angrcutter
angrcutter copied to clipboard
hardcode python path in debugger.py
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 ?
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