2 matches found
angrgdb
angrgdb GDB内でangrを使用します。現在のデバッガ状態からangr状態を作成します。 インストール root@kitploit: pip install angrgdb echo "python import angrgdb.commands" /.gdbinit 使用方法 angrgdbはGDBでangrdbg APIを実装しています。 スクリプト内で次のように使用できます: root@kitploit: from angrgdb import gdb.execute"b 0x004005f9" gdb.execute"r aaaaaaaa" sm = StateManag...
6AI score
SaveExploits0References3
angrgdb
angrgdb Use angr inside GDB. Create an angr state from the current debugger state. Install root@kitploit: 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: root@kitploit: from angrgdb import...
5.9AI score
SaveExploits0References1
20