I'd installed patcherex-1.2 at python 3.6, python 3.7, and python 3.8.
And then, i've tried to execute example code in the readme documentation. But, i got some trouble in ImportError like this.
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.
Hi, i'm a beginner in patcherex.
I'd installed patcherex-1.2 at python 3.6, python 3.7, and python 3.8.
And then, i've tried to execute example code in the readme documentation. But, i got some trouble in ImportError like this.
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.
Is it right way to move location of the modules?