mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-21 21:38:56 +00:00
tools v2.0
Most tools now have plugins
This commit is contained in:
13
Kindle_4_Mac_Tools/gdb_kindle_cmds_r1.txt
Normal file
13
Kindle_4_Mac_Tools/gdb_kindle_cmds_r1.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
set verbose 0
|
||||
break * 0x00b2a56a
|
||||
commands 1
|
||||
printf "PID is %s\n", $edx
|
||||
continue
|
||||
end
|
||||
break * 0x014ca2af
|
||||
commands 2
|
||||
printf "File is %s\n", $eax
|
||||
continue
|
||||
end
|
||||
condition 2 $eax != 0
|
||||
run
|
||||
Reference in New Issue
Block a user