-
-
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
Add support for ARM NEON instructions #547
Comments
Latest capstone reports:
|
http://www.capstone-engine.org/arch.html <- Neon seems to be supported tests should be created #911 |
There are other instructions that are not correctly disassembled by capstone.
See https://twitter.com/ceb0t/status/472903166015438848 and https://twitter.com/ceb0t/status/472903339101798400 |
More invalid instructions:
|
is this all Thumb instructions?? thanks. On Sun, Jun 1, 2014 at 7:57 AM, radare notifications@github.com wrote:
|
If the paste (and the article) and gnu are correct. Yes
|
i am away, so please can you cross-check these instructions with IDA? for example, instruction "vqshrun.s32 d20, q11, #8" is encoded as 3648d8f3 thanks. |
On Mon, Jun 2, 2014 at 8:00 AM, Nguyen Anh Quynh aquynh@gmail.com wrote:
so what about these instructions? did you confirm with IDA yet? |
IDA seems to report the same disassembly as capstone or gnu, i'm confused about the article contents, the test i did was done with a hello world program compiled with the iOS SDK, and placing the same bytes in the main symbol makes no difference on r2 or IDA. |
… (radareorg#609) * layout done for the shellcode paste function * paste shellcode functionality done * fixed a bunch of things for the comments * replaced the old qregexp with the latest one and some tweaks
-- > more info about neon instructions: http://www.crickettechnology.com/blog/?p=691
Capstone and GNU seems to fail here.. what does darm do?
The text was updated successfully, but these errors were encountered: