scemu icon indicating copy to clipboard operation
scemu copied to clipboard

Changing python run_until_api from step to run in order to make the python port run faster

Open acheron2302 opened this issue 4 months ago • 1 comments

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

acheron2302 avatar Jun 26 '25 09:06 acheron2302