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
(Dup of yifanlu#1)
Sample sequence (test.bin)
FF F7 54 FF 00 BF 00 BF 70 47
Disassembly
0: f7ff ff54 bl 0xfffffeac 4: bf00 nop 6: bf00 nop 8: 4770 bx lr
./test-transform-dis-thumb2 manual 8 1 < test.bin produces
./test-transform-dis-thumb2 manual 8 1 < test.bin
#if 0 transform_dis (0x10000): branch => 0xfe80fd54 transform_dis (0x10000): >> op_size=4 newop_size=4 => 3 #endif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Dup of yifanlu#1)
Sample sequence (test.bin)
Disassembly
./test-transform-dis-thumb2 manual 8 1 < test.bin
producesThe text was updated successfully, but these errors were encountered: