UQ-PAC / BASIL

Apache License 2.0
8 stars 0 forks source link

Update GTIRB loader to simplify BLR handling #207

Closed ailrst closed 3 months ago

ailrst commented 4 months ago

The BLR bug has been fixed upstream in ddisasm now, so we can remove the code handling conditionals in the middle of blocks hopefully. The nix package has the new version of ddisasm.

Currently it seems like trying to use gts files from the new version hit the unimplemented cases in the control flow reconstruction for indirect conditions.

Somewhat related to this; https://github.com/UQ-PAC/bil-to-boogie-translator/issues/183

l-kent commented 3 months ago

Fixed in #197