angr / angr-platforms

A collection of extensions to angr to handle new platforms
http://angr.io/
BSD 2-Clause "Simplified" License
66 stars 37 forks source link

fix main for BF lifter #37

Closed Jakob-Koschel closed 4 years ago

Jakob-Koschel commented 4 years ago

the used API has changed in the latest version of angr. Essentially the arguments passed to the lifter changed and 'lift' has been replaced with '_lift'