longld / peda

PEDA - Python Exploit Development Assistance for GDB
Other
5.84k stars 801 forks source link

ditch nasm dependency? #81

Open aquynh opened 8 years ago

aquynh commented 8 years ago

is it a good time now to ditch Nasm dependency, and switch to Keystone?

i got this from a conversation with some Peda users at RECON :-)

longld commented 8 years ago

Probably, with peda2 :)

b3mb4m commented 8 years ago

Well if you need help about this .. :)

aquynh commented 8 years ago

i did it: https://github.com/longld/peda/pull/82

please test it, as i have no Linux in hand now. but this is simple enough, so it should just work.

aquynh commented 8 years ago

also, ndisasm is used for disassembler. how about replacing that with Capstone?