Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update disassembler library #509

Merged
merged 2 commits into from
Mar 11, 2019
Merged

Conversation

mattnotmitt
Copy link
Collaborator

@mattnotmitt mattnotmitt commented Mar 10, 2019

Update to disassembler to fix jump addresses (issue from upstream). Also added license information and author accreditation.
Thanks to @JohnLaTwC for flagging this up on Twitter.

Addtionally, at some point we should update this operation to use something like zydis with WASM but I'll have to do more research before I commit to doing that. 😛


var n = Math.min( 0x100000000, Math.pow( 2, 4 << ( S + 1 ) ) );

//Sing bit adjust.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sing --> Sign?

@n1474335 n1474335 merged commit 432d5b4 into gchq:master Mar 11, 2019
@n1474335
Copy link
Member

Thanks very much for pointing this out @JohnLaTwC, and thanks to @artemisbot for updating the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants