Feature req - call a function before/after un/injection

c++ / delphi package - dll injection and api hooking
Post Reply
TCS
Posts: 33
Joined: Tue Aug 19, 2014 8:58 pm

Feature req - call a function before/after un/injection

Post by TCS »

Hey,

I have a feature request, calling an exported function in the injected DLL after successful injection (not in DLL_PROCESS_ATTACH context) another exported function before DLL_PROCESS_DETACH during the uninject process.
This will make the initialization and cleanup process easier. Of course we implement our own IPS mechanism, but it just makes things simpler.


Thanks in advance anyway! :-)
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Feature req - call a function before/after un/injection

Post by madshi »

This is already on my to do list.
Post Reply