angrgdb icon indicating copy to clipboard operation
angrgdb copied to clipboard

Use angr inside GDB. Create an angr state from the current debugger state.

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

Hey guys... I just installed angrgdb with gdb 8.1 on ubuntu 18 and try to run the example but I have this: gdb-peda$ angrgdb list 0x7fffffffe3c9 gdb-peda$ angrgdb find 0x00400607...

There is no easy way to use angr core module to add constraints to symbolic memory or even add a symbolic file to the state's filesystem.

I have tried to run angrgdb on 2 PIE executables, and in both cases either state = StateShot() or sm = StateManager() yield an error of this type in gdb:...

``` $ /bin/gdb -q ./angr_find Traceback (most recent call last): File "", line 1, in File "/home/squ/.local/lib/python3.8/site-packages/angrgdb/__init__.py", line 6, in from .debugger import * File "/home/squ/.local/lib/python3.8/site-packages/angrgdb/debugger.py", line 22, in from...