blasty / ropstone

A code gadget finder based on capstone/keystone/pyelftools
92 stars 11 forks source link

cool project! #1

Open aquynh opened 8 years ago

aquynh commented 8 years ago

looks like a very cool tool, but did you forget its description? it says "No description or website provided." now.

keep it up, cheers!

blasty commented 8 years ago

Hi Nguyen,

This was a quick lunchtime project that I decided to push to github. Still in it's early stages.. Kind of shocked you found it at all. :)

Will add a description and better documentation when I find some time.

For now it does basic things that I needed only; I was only able to test it with x86(_64) and ARM/Thumb for the moment, but it should be trivial (thanks to capstone/keystone) to add support for more architectures.

Thanks for your interest and keep up the good work!

-- blasty

aquynh commented 8 years ago

perhaps your Keystone is not installed properly yet.

can you try this on Ubuntu, and report the result after that?

$ sudo pip install keystone-engine