How unicorn deal with mix MIPS arch? #2214
Unanswered
kawaiinonian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm learning to use unicorn to emulate firmware. I found my firmware is mixed MIPS16 and MIPS32. Using
emulator = unicorn.Uc(unicorn.UC_ARCH_MIPS, unicorn.UC_MODE_MIPS32+unicorn.UC_MODE_BIG_ENDIAN)
cannot emulate correctly. Can unicorn deal with this? Or some option can be set to solve this?I'm fully appreciate for any advice.
Beta Was this translation helpful? Give feedback.
All reactions