-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
Invalid instruction decoding #23
Comments
See text.0x50c too - r2 output is 'o16 nop' while ida pro output is 'align 10h' |
Align 10h is 16 bits of nop padding. Which is a o16 nop. We can change that output to just show "nop16".. But if i guessed right both representations are the same. On Nov 10, 2012, at 17:33, Anton Kochkov [email protected] wrote:
|
Can you upload the disassembly of radare with scr.color=false? With just the affected code? I'm not at home now, but I can try to solve it from my phone.. :) Thanks for reporting! On Nov 10, 2012, at 17:31, Anton Kochkov [email protected] wrote:
|
Already fixed that, see updated message or direct link http://sprunge.us/QVcP |
should be fixed now. can you confirm? |
RESOLVED FIXED ;) |
See output of radare2 (especially wrong last string at text.0x576 which is obviously wrong) - http://sprunge.us/QVcP
This is result of disassemling this file http://xvilka.me/t1 ( C source is http://xvilka.me/t1.c )
Here is IDA Pro result for comparison - http://xvilka.me/t1.asm and http://xvilka.me/t1.lst
The text was updated successfully, but these errors were encountered: