angr / patcherex

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

Import Error Issue #31

Closed Gunhee-Noh closed 4 years ago

Gunhee-Noh commented 4 years ago

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?

Gunhee-Noh commented 4 years ago

i solve this issue for using setup.py.