mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
284ef26018
* Starting work on Issue #50, implementing an IDA Python script for producing a CFG file. The approach taken is to fill in a generic data structure, and some other code will deal with the production of the CFG structure itself. This will enable moving beyond the protobuf format. The script can be used via remill--disass. Eventually Binary Ninja will support a batch mode, and I will work it into remill-disass when that happens. * remill-disass can now be installed and executed directly. There were some issues with the PYTHONPATH but I think those are resolved. * Added in command-line flag to change the log level. * Added conditions to prevent non-termination, especially in the presence of noreturn calls. * Try to fix travis * remill-disass seems to work reasonably well now.