Hello, please excuse my English as it may not be very well, I am Egyptian. I have been trying to get into c++ lately and I have heard the term manual mapping quite a lot but I have no idea what it means, could anyone explain what it's useful for, and what exactly it means to manually map something(a DLL or exe, whatever).
Thanks it.
That would depend on what you want to map. You should look up the term "map" or "mapping" first, to get a basic idea.
Manual mapping of DLLs is where you load up a DLL without any help from the Windows API.
The only case where you'd actually do it is when you need to inject a DLL into a process without being detected by an anti-cheat/anti-virus, since they hook the Windows API and scan the memory for DLLs.
Sorry, you need to Log In to post a reply to this thread.