Fully functional guest<->host trampolines

This commit is contained in:
2025-10-31 00:45:32 -06:00
parent 55a62a27c9
commit 52cdd7c811
56 changed files with 1683 additions and 1488 deletions

View File

@@ -1,12 +1,12 @@
#include "modules.h"
#include "kernel32.h"
#include "kernel32_trampolines.h"
#include "modules.h"
extern const wibo::ModuleStub lib_kernel32 = {
(const char *[]){
"kernel32",
nullptr,
},
kernel32_trampoline_by_name,
kernel32ThunkByName,
nullptr,
};