8000 GitHub - encounter/wibo: quick-and-dirty wrapper that tries to run 32-bit windows EXEs on linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

encounter/wibo

 
 

Repository files navigation

WiBo

A minimal, low-fuss wrapper that can run really simple command-line 32-bit Windows binaries on Linux - with less faff and less dependencies than WINE.

Don't run this on any untrusted executables, I implore you. (Or probably just don't run it at all... :p)

make && ./wibo

Rough to-do list:

  • Implement more APIs
  • Do something intelligent with Windows HANDLEs
  • Convert paths in environment variables (and the structure of PATH itself, maybe) to Windows format
  • Implement PE relocations rather than just failing unceremoniously
  • Make the PE loader work for DLLs as well in case we ever want to load some

Related projects:

About

quick-and-dirty wrapper that tries to run 32-bit windows EXEs on linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.0%
  • Other 2.0%
0