View Single Post
  #4  
Old 12-15-2005, 12:49
nskSem
 
Posts: n/a
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.
Attached Files
File Type: rar Unpack_SafeDisc_2_xx_and_3_xx.rar (475.8 KB, 48 views)
Reply With Quote