jnider / delinker

Unlinks a binary executable to get back a set of .o object files for further transformation and re-linking.
158 stars 13 forks source link

Use Capstone for disassembling #2

Closed jnider closed 5 years ago

jnider commented 5 years ago

Capstone is likely the best open-source disassembler available right now. We should be using it instead of the udis86, since it is able to handle multiple architectures (which is advantageous for us). http://www.capstone-engine.org/

jnider commented 5 years ago

Capstone is now set as a submodule, and has been merged into the master branch