NFSIISE icon indicating copy to clipboard operation
NFSIISE copied to clipboard

Add CPU emulation

Open JayFoxRox opened this issue 5 years ago • 0 comments

I think this should also support CPU emulation / patching, so it can avoid (illegally) sharing copyrighted material or derivatives thereof (Asm and Cpp submodules).

CPU emulation could be based on Unicorn-Engine (most platforms), or a virtualization provider like KVM, HAXM, WHPX, HVF (or an API to those, like https://github.com/StrikerX3/virt86).

This will also require some fix for #48 and #49.

JayFoxRox avatar Mar 14 '19 19:03 JayFoxRox