LoadLibraryA: Skip import resolution & DllMain for EXEs

This commit is contained in:
2025-11-11 21:22:00 -07:00
parent 4f666eefbd
commit f012b22101
7 changed files with 72 additions and 39 deletions

10
dll/ws2.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "modules.h"
extern const wibo::ModuleStub lib_ws2 = {
(const char *[]){
"WS2_32",
nullptr,
},
nullptr,
nullptr,
};