jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Patching #20

Open direwolf314 opened 10 years ago

direwolf314 commented 10 years ago

In it's simplest implementation: Give the user a form and tell them to enter the starting address and the bytes they want to write there. Capstone doesn't support opcode=>bytes so that's up to them.