angr/patcherex

Import Error Issue

Gunhee-Noh opened this issue · 1 comments

Hi, i'm a beginner in patcherex.

I'd installed patcherex-1.2 at python 3.6, python 3.7, and python 3.8.
image

And then, i've tried to execute example code in the readme documentation. But, i got some trouble in ImportError like this.
image

I guess that the trouble is occurred by the code which import package 'techniques'. Thus, the modules in techniques are moved to the location which patch_master.py is located. But, another import error is occurred.
image

Is it right way to move location of the modules?

i solve this issue for using setup.py.