We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
I want to change
0x9F858692
to0x98858692
, that isMOV R0, #0x9F858692
toMOV R0, #0x98858692
, but keypatch fails to decompile bytecodeThe error is reported as follows:
The text was updated successfully, but these errors were encountered: