mirror of https://github.com/decompals/wibo.git
Luke Street
a8b9452f33
Improves mwldeppc performance significantly. Before: real 0m30.322s user 0m7.800s sys 0m22.495s After: real 0m16.679s user 0m4.693s sys 0m11.965s Wine (for comparison): real 0m24.625s user 0m0.048s sys 0m0.034s |
||
---|---|---|
.github/workflows | ||
test | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
advapi32.cpp | ||
common.h | ||
files.cpp | ||
files.h | ||
kernel32.cpp | ||
lmgr.cpp | ||
loader.cpp | ||
main.cpp | ||
ole32.cpp | ||
user32.cpp | ||
version.cpp |
README.md
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
HANDLE
s - 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: