Open xmhwws opened 4 years ago
IDA 7.0 The latest version of keypatch
so link: https://drive.google.com/file/d/1xHsJ1DAwy6FkuhOuvCTaHGH7QP0g974D/view?usp=sharing
in .text:0000F2F0 MOV R0, #0x9F858692
.text:0000F2F0
I want to change 0x9F858692 to 0x98858692, that is MOV R0, #0x9F858692 to MOV R0, #0x98858692, but keypatch fails to decompile bytecode
0x9F858692
0x98858692
MOV R0, #0x9F858692
MOV R0, #0x98858692
The error is reported as follows:
IDA 7.0 The latest version of keypatch
so link: https://drive.google.com/file/d/1xHsJ1DAwy6FkuhOuvCTaHGH7QP0g974D/view?usp=sharing
in
.text:0000F2F0
MOV R0, #0x9F858692I want to change
0x9F858692
to0x98858692
, that isMOV R0, #0x9F858692
toMOV R0, #0x98858692
, but keypatch fails to decompile bytecodeThe error is reported as follows: