Files

14 lines
191 B
C++
Raw Permalink Normal View History

2025-10-31 00:45:32 -06:00
#include "kernel32.h"
2025-10-02 01:02:26 -06:00
2025-10-31 00:45:32 -06:00
#include "modules.h"
extern const wibo::ModuleStub lib_kernel32 = {
(const char *[]){
"kernel32",
"kernelbase",
nullptr,
},
2025-10-31 00:45:32 -06:00
kernel32ThunkByName,
nullptr,
};