View Single Post
  #3  
Old 12-06-2025, 19:08
WyvernX WyvernX is offline
Friend
 
Join Date: Jul 2016
Posts: 11
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 9
Thanks Rcvd at 10 Times in 5 Posts
WyvernX Reputation: 0
Another way is to just load the dll, add a trampoline to your own code, and return. If its out of process, maybe just create a code section, add code you want, and start a remote thread to run it.

I guess a lot depends on what your ultimate goal is. Just to extend some functionality, or add new functions, etc. Does the old functions need to call the new code etc.
Reply With Quote