TaskExplorer
TaskExplorer copied to clipboard
How does TaskExplorer unload modules?
Sorry for making this issue, since it isn't quite an issue with taskexplorer. I have a dll I inject into a game but when attempting to unload via an external injector or trying to implement a built in self-unloading dll, I crash. I've been trying everything: destroying everything on the heap, detaching hooks, freeing console. But somehow taskexplorer manages to do it with no problem, and I struggle to read the code of this project since it is way too complex for me, can anyone help point me out to the unload dll function?