scemu
scemu copied to clipboard
Changing python run_until_api from step to run in order to make the python port run faster
run_until_apicall in python is using step to emulate each instruction, if we can change it to run and then hook on api address and return back to python, it can make the program run much faster than always change context for each step and check if it is api address.
https://github.com/sha0coder/mwemu/blob/main/pymwemu/src/lib.rs#L818