gdb
This is an old revision of the document!
Table of Contents
General
set disassembly-flavor intel define hook-stop x/li $eip x/8wx $esp end
Breakpoint
set conditional breakpoint:
break dlopen if strcmp(file, "libc.so") == 0
set conditional logpoint:
break func_name commands silent #p/x *($rdi+0x34) printf "msg: %d\n", *($rdi+0x34) cont end
View Memory
gdb.1715067871.txt.gz · Last modified: by A User Not Logged in
