Skip to content
forked from decompals/wibo

Quick-and-dirty wrapper that tries to run 32-bit Windows command-line executables on Linux

License

Notifications You must be signed in to change notification settings

Khoality-dev/WiBo

 
 

Repository files navigation

WiBo

A minimal and low-fuss wrapper allows Linux to run Windows binaries with less faff and requires fewer dependencies than WINE.

Features

  • Currently, Wibo can handle simple 32-bit command-line Windows executables.

How to Build

cmake -B build
cmake --build build
build/wibo

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


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 command-line executables on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.4%
  • CMake 10.8%
  • Other 0.8%