angrcutter icon indicating copy to clipboard operation
angrcutter copied to clipboard

Angr integration with Cutter's debugger

Results 5 angrcutter issues
Sort by recently updated
recently updated
newest added

Hi there, except the hardcoded path, I changed it, but still can't find cffi. It's weird because I can import _cffi_backend, but plugin seems not able to import. changed debugger.py...

I built and installed rizin and cutter from source and installed this plugin angr version is 8.20.7.27 (angrdbg doesn't work with v9), angrdbg version is 1.0.16 rizin and cutter version...

on executing cutter: ``` Setting PYTHONHOME = "/tmp/.mount_cutterFJUELh/usr" for AppImage. PYTHONHOME = "/tmp/.mount_cutterFJUELh/usr" Setting r2 prefix = "/tmp/.mount_cutterFJUELh/usr" for AppImage. Setting r2 plugins dir = "/tmp/.mount_cutterFJUELh/usr/share/radare2/plugins" Plugins are loaded from...

The plugin is not loaded when the default python3 version is Python3.8 The following errors are generated: ``` Setting PYTHONHOME = "/tmp/.mount_cuttervR0yBO/usr" for AppImage. PYTHONHOME = "/tmp/.mount_cuttervR0yBO/usr" Setting r2 prefix...

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...