mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 17:05:29 +00:00
LoadLibraryA: Skip import resolution & DllMain for EXEs
This commit is contained in:
10
dll/ws2.cpp
Normal file
10
dll/ws2.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "modules.h"
|
||||
|
||||
extern const wibo::ModuleStub lib_ws2 = {
|
||||
(const char *[]){
|
||||
"WS2_32",
|
||||
nullptr,
|
||||
},
|
||||
nullptr,
|
||||
nullptr,
|
||||
};
|
||||
Reference in New Issue
Block a user