Quote:
Originally Posted by Sclupter
unfortunately most of my dll doesn't have exported function so i can't use the easy way
|
If you have the source code to these dlls, you can simply add an exported function.
The detoured entry point takes time, yea. But usually you only have to do it once.
If you're developing stuff, you could also make a simple dll that loads all the dlls in a specific folder using LoadLibrary. Like a ****** plugin system

. That way, you wont have to touch the client all the time.