2 matches found
pwn-claude-plugin
pwn-claude-plugin Claude Code plugin for binary exploitation...
Angrgdb - Use Angr Inside GDB - Create An Angr State From The Current Debugger State
Use angr inside GDB. Create an angr state from the current debugger state. Install pip install angrgdb echo "python import angrgdb.commands" /.gdbinit Usage angrgdb implements the angrdbg API in GDB. You can use it in scripts like this: from angrgdb import gdb.execute"b 0x004005f9" gdb.execute"r...