Originate/scriptkeeper

refactor cross-module control-flow

Closed this issue · 1 comments

refactor cross-module control-flow

Currently the control flow first goes to emulation first, then to syscall_mocking which then drives the SyscallMock from emulation. That back and forth is a bit confusing. Maybe we should have an entry module to move the entry functions from emulation into. Or just move them into syscall_mocking.

Related: #127