-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
wipwork in progresswork in progress
Description
To make it easier to observe the vendor firmware, write an emulator based on unicorn.
from unicorn import *
from unicorn.mips_const import *
...
See branch sim.
Current issues:
- unicorn doesn't implement the
Count
register properly and doesn't allow hooking it
Alternative approach:
- Ghidra-based emulator (inspired by ghidra_mstar_emu)
Metadata
Metadata
Assignees
Labels
wipwork in progresswork in progress