draperlaboratory / VIBES

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

Phil/inlineassembly #115

Closed philzook58 closed 3 years ago

philzook58 commented 3 years ago

Adds the ability to insert inline assembly using config file field asm-code instead of field patch-code.

Via using inline directives of assembly such as .word this also enables inserting arbitrary bytes at arbitrary locations.

Design decisions:

codyroux commented 3 years ago

This is really cool!