draperlaboratory / VIBES

Verified, Incremental, Binary Editing with Synthesis
MIT License
50 stars 1 forks source link

Allow specifying a range of addresses for disassembly #110

Open codyroux opened 3 years ago

codyroux commented 3 years ago

Currently, we use BAP to uplift the entire binary and create a resulting project, and the same for uplifting the proposed patch to CBAT for CEGIS. This has become prohibitively slow on some examples.

Proposal:

codyroux commented 3 years ago

Additionally, it now looks like we need to track targets in the config file as well.