keystone-engine / keypatch

Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
http://www.keystone-engine.org/keypatch
GNU General Public License v2.0
1.47k stars 355 forks source link

keypatch failure #71

Open xmhwws opened 4 years ago

xmhwws commented 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

image

I want to change 0x9F858692 to 0x98858692, that is MOV R0, #0x9F858692 to MOV R0, #0x98858692, but keypatch fails to decompile bytecode

The error is reported as follows: image

image