View Single Post
  #2  
Old 12-05-2025, 20:51
Jupiter's Avatar
Jupiter Jupiter is offline
Lo*eXeTools*rd
 
Join Date: Jan 2005
Location: Moscow, Russia
Posts: 234
Rept. Given: 43
Rept. Rcvd 62 Times in 37 Posts
Thanks Given: 38
Thanks Rcvd at 191 Times in 57 Posts
Jupiter Reputation: 62
There are many ways to add your own code to a DLL.

I recommend writing your own dynamic library (DLL) and attaching it to the target DLL via the import table.
In your DLL's DllMain, perform the initialization and patch the necessary code sections to link them to your code.
__________________
EnJoy!
Reply With Quote
The Following User Says Thank You to Jupiter For This Useful Post:
niculaita (12-07-2025)