Skip to content
/ wibo Public
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

jpburnett/wibo

This branch is 3 commits behind decompals/wibo:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 22, 2024
Jul 7, 2022
May 28, 2024
Sep 24, 2022
Sep 10, 2023
Sep 10, 2023
Jun 30, 2022
Sep 18, 2023
Dec 23, 2023
Oct 8, 2023
Jun 13, 2022
Jan 10, 2024
Oct 8, 2023
May 28, 2024
Sep 10, 2023
Sep 24, 2022
Sep 18, 2023
Oct 16, 2023
Dec 23, 2023
Sep 18, 2023
Sep 18, 2023
Sep 22, 2023
Sep 22, 2023

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 fewer dependencies than WINE.

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

cmake -B build
cmake --build build
build/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 command-line executables on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • CMake 6.5%
  • Other 0.6%