Error while using patchrex in command line mode
ronakdborad opened this issue · 2 comments
ronakdborad commented
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
It's here: https://github.com/mechaphish/compilerex
EDIT: why didn't we put compilerex under shellphish/
...
ronakdborad commented
Thanks a lot.