Skip to content

LoyieKing/X86PeRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Run X86 PE file on Windows 10 ARM32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages