Skip to content
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

Unicorn-based emulator #17

Open
neuschaefer opened this issue Feb 15, 2023 · 0 comments
Open

Unicorn-based emulator #17

neuschaefer opened this issue Feb 15, 2023 · 0 comments
Assignees
Labels
wip work in progress

Comments

@neuschaefer
Copy link
Owner

neuschaefer commented Feb 15, 2023

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:

@neuschaefer neuschaefer self-assigned this Feb 15, 2023
@neuschaefer neuschaefer added the wip work in progress label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip work in progress
Projects
None yet
Development

No branches or pull requests

1 participant