tools v2.0
Most tools now have plugins
This commit is contained in:
18
Kindle_4_Mac_Tools/gdb_kindle_cmds_r2.txt
Normal file
18
Kindle_4_Mac_Tools/gdb_kindle_cmds_r2.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
set verbose 0
|
||||
break * 0x00e37be4
|
||||
commands 1
|
||||
printf "PID is %s\n", $eax
|
||||
continue
|
||||
end
|
||||
break * 0x0142cd94
|
||||
commands 2
|
||||
printf "File is %s\n", $eax
|
||||
continue
|
||||
end
|
||||
condition 2 $eax != 0
|
||||
break * 0x01009c88
|
||||
commands 3
|
||||
printf "TOPAZ PID is %s\n", *(long*)($esp+12)
|
||||
continue
|
||||
end
|
||||
run
|
||||
Reference in New Issue
Block a user