yossizap / angrcutter

Angr integration with Cutter's debugger
GNU General Public License v3.0
33 stars 7 forks source link

hardcode python path in debugger.py #3

Closed cothan closed 3 weeks ago

cothan commented 4 years ago

although I install angrdbg and angr to my python3 anaconda module, the plugin failed to load, since the hardcode path iin debugger.py

Is there a way to load the path from user environment instead ?

yossizap commented 4 years ago

I'll add a configuration file but you can just edit the path at https://github.com/yossizap/angrcutter/blob/master/angrcutter/debugger.py#L2 for now