TheCruZ / Simple-Manual-Map-Injector

Simple C++ DLL Manual Map Injector For x86 and x64
MIT License
366 stars 77 forks source link

could you provide full source using byte array instead of a dll file on disk? #16

Closed VC1W closed 8 months ago

TheCruZ commented 8 months ago

Just set in the source, the code ir already prepared for doing in that way At https://github.com/TheCruZ/Simple-Manual-Map-Injector/blob/ae4bf482920e8f26ff6fdc99544b27c20b9c5312/Manual%20Map%20Injector/main.cpp#L143C11-L143C11

static unsigned char fileInMemory[] = { 0x01, 0x02, 0x03, ... };

if (!ManualMapDll(hProc, fileInMemory, 0)) {

literally there is no difference and filesize is not used anymore in the source then not needed and can be 0