Hi guys I currently learning making game hacks. I usually make external exe for my hacks. But now want to learn making internals dll.
In external project the main function is int main ().
But for internal I assume it is called DLL Main right?
- What I want to know and confused about is DLL Main Function has parameters that need to be passed in. What I want to know is where is dll main getting hinstance hinstdll, dword fdwreason, lpvoid lpvreserved from?