ARM .bin code Emulation #1887
Unanswered
a-michelis
asked this question in
Q&A
Replies: 1 comment
-
I'm not closely looking at the discussion because they don't appear in my notification. Sorry for they delay. You should have a look at how Qiling does this: https://github.com/qilingframework/qiling/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, everyone!
I'm trying to create a tool that emulates ARM code compiled for a specific SOC -I'm at the stage of research, at the moment.
From the information i gathered so far, in order to emulate ARM code designed for an SOC, I have to:
The last step is the one I'm having the most trouble with:
Creating an
.elf
file loader doesn't seem to be an extremely difficult task, while the information an elf it provides allows me to discover all regions and map them properly.What if i want to run a
.bin
file, tho?What are the steps I should take to reach my end goal of emulating the software?
Thank you in advance!
*PS: If I missed steps, feel free to tell me, so I can further advance my understanding!
Beta Was this translation helpful? Give feedback.
All reactions