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

enables bap-elf #933

Merged
merged 3 commits into from
Mar 22, 2019
Merged

Conversation

gitoleg
Copy link
Contributor

@gitoleg gitoleg commented Mar 22, 2019

PR fixes #756

Also, this PR fixes a minor bug: the length of bitstring was computed incorrectly previously

let bitstring_of_bytes b = b, 0, Bytes.length b

(* Bitlength needed that's why lsl 3 *)
let bitstring_of_bytes b = b, 0, Bytes.length b lsl 3
Copy link
Member

Choose a reason for hiding this comment

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

please, just multiply by 8

@ivg ivg merged commit b730787 into BinaryAnalysisPlatform:master Mar 22, 2019
@gitoleg gitoleg deleted the the-returning-of-bap-elf branch May 13, 2020 21:11
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.

Enable bap-elf
2 participants