Skip to content

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