BinaryAnalysisPlatform / bap-bindings

C Bindings to BAP
MIT License
15 stars 9 forks source link

fixes the lift_insn example #20

Closed ivg closed 3 years ago

ivg commented 3 years ago

The example was buggy as the size of the pointer was specified incorrectly. It was acceptable before but is no longer tolerated after we enabled interworking (several architectures in the same binary).

resolves #19