mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2025-02-12 20:48:13 +01:00
13 lines
181 B
Text
13 lines
181 B
Text
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
|