You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
I think this should also support CPU emulation / patching, so it can avoid (illegally) sharing copyrighted material or derivatives thereof (
Asm
andCpp
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.
The text was updated successfully, but these errors were encountered: