|
It is not trivial task, but:
1. You should inject your DLL in the reversing process
2. It DLL must patch code place before "ret", that jumps to imported function.
3. In series, you must scan and call all import-calling places, for the restoring original calls.
4. And som other things ...
For details read attach.
|