DeDRM_tools/Kindle_Mobi_Tools/Kindle_4_Mac_Unswindle/gdb_kindle_cmds_r1.txt
Apprentice Alf 5f0671db7f tools v2.1
combined kindle/mobi plugin
2015-03-03 18:18:52 +00:00

14 lines
181 B
Plaintext

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