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
rizin -v
note: I built rizin locally from commit c02c0b7, not sure why it isn't in the -v output.
-v
Disassembly of instruction at 0x4 should be equivalent to add r4, sp, 8, even after running function analysis.
add r4, sp, 8
$ ./rizin -a arm -b 16 -e asm.cpu=cortexA8 test.bin [0x00000000]> pd 5 0x00000000 push {r4, r5, r7, lr} 0x00000002 sub sp, 0x10 0x00000004 add r4, sp, 8 0x00000006 add sp, 0x10 0x00000008 pop {r4, r5, r7, pc} [0x00000000]> af [0x00000000]> pdf ┌ fcn.00000000(); │ ; var unknown_t var_18h @ stack - 0x18 │ 0x00000000 push {r4, r5, r7, lr} │ 0x00000002 sub sp, 0x10 │ 0x00000004 add r4, var_18h │ 0x00000006 add sp, 0x10 └ 0x00000008 pop {r4, r5, r7, pc}
Note that the disassembly of 0x4 changed after running af and is now incorrect.
af
Binary: test.zip Run commands as shown in above log.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work environment
rizin -v
full output, not truncated (mandatory)note: I built rizin locally from commit c02c0b7, not sure why it isn't in the
-v
output.Expected behavior
Disassembly of instruction at 0x4 should be equivalent to
add r4, sp, 8
, even after running function analysis.Actual behavior
Note that the disassembly of 0x4 changed after running
af
and is now incorrect.Steps to reproduce the behavior
Binary: test.zip
Run commands as shown in above log.
The text was updated successfully, but these errors were encountered: