maurer / libbap

C Bindings for BAP
1 stars 0 forks source link

Update to BAP 1.1.0 + LLVM 3.8 #3

Open maurer opened 7 years ago

maurer commented 7 years ago

BAP 1.1.0 is supposed to add LLVM 3.8 compatibility. Since acquiring LLVM 3.4 is actually quite a trick on a lot of systems, it seems worth updating to 1.1.0 + 3.8 to make it easier to install.

ivg commented 7 years ago

FYI: LLVM 3.8 was added on 1.0.0. Although there were few bugs on the lifter side, since 3.8 has changed the semantics of some instructions. However, the bugs were not really critical, as the hit quite rarely used instructions. This is all to say, that you can basically use 3.8 on 1.0.0 :)