disassembling intel hex file produces no results and indicates no errors #21742
Unanswered
wcolemanmoore
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Rasm2 doesnt handle io plugins so the ihex:// thing shouldnt work. That should be an error |
Beta Was this translation helpful? Give feedback.
2 replies
-
Seems like an useful usecase so please provide an ihex for testing and i'll find some time to support that in rasm2 meanwhile it should be possible to make a oneliner with r2 to do the same |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running rasm2 to disassemble an intel hex file in Arm M0 32-bit processor format. When I run rasm2 it doesn't return any results or any error messages. It simply just does a CRLF and that is it.
Here is the command with arguments:
rasm2 -a arm -b 32 -f ihex://test.hex -O test.txt
In this case, an output file "test.txt" is created with a 0 byte length.
But no errors either!
I can't include the intel hex file I am using since it is for a customer.
Thanks for any assistance!
Coleman
Beta Was this translation helpful? Give feedback.
All reactions