TaskExplorer icon indicating copy to clipboard operation
TaskExplorer copied to clipboard

How does TaskExplorer unload modules?

Open oofsamy opened this issue 2 years ago • 0 comments

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?

oofsamy avatar Feb 15 '23 04:02 oofsamy