Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 667 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 667 Bytes

X86PeRunner

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:

  • Unicorn , a lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU.
  • Win86emu , a usermode emulator that runs leagacy x86 desktop programs on the Windows RT platform.