Trying to run Windows X86 exe on Windows 10 ARM32 devices.
Progress:
- Successfully ported unicorn(more information about unicorn below) to Win10ARM32 platform
- Added PE Loader into the project which is written by mamaich(win86emu)
- Load PE file into memory with unicorn hook
- Hook LoadLibraray and GetProcAdress
See Also: