angr / patcherex

Shellphish's automated patching engine, originally created for the Cyber Grand Challenge.
BSD 2-Clause "Simplified" License
248 stars 45 forks source link

Error while using patchrex in command line mode #1

Closed ronakdborad closed 7 years ago

ronakdborad commented 7 years ago

Hi everyone, I am newbie to patchrex. I am using it for first time. While running patchrex in command line mode, it stops with import error. It is: File "/home/ronak/patchrex/myproj/cgc/patcherex-master/patcherex/backends/reassembler_backend.py", line 7, in import compilerex ImportError: No module named compilerex

Can anyone please help me with it. Thanks

ltfish commented 7 years ago

It's here: https://github.com/mechaphish/compilerex

EDIT: why didn't we put compilerex under shellphish/...

ronakdborad commented 7 years ago

Thanks a lot.