Please i want help to inject dll file to my sro_client
please i search alot and i didnt find anything
please i search alot and i didnt find anything
please can you do it for me ?Quote:
3 seconds ... [Only registered and activated users can see links. Click Here To Register...]
I don't see how the links posted by panda and Hictor are "fake big methods". Detouring the entry point (panda's link) is a legit way to inject a dll at startup. Drew's Tutorial (Hictor's link) is showing how to create a loader that injects a dll (basically a dll injector).Quote:
injecting a dll into the sro_client.exe is pretty easy, they are giving a fake big methods, they don't want you to learn ...
This is the one that my friend use ... welldone.Quote:
I don't see how the links posted by panda and Hictor are "fake big methods". Detouring the entry point (panda's link) is a legit way to inject a dll at startup. Drew's Tutorial (Hictor's link) is showing how to create a loader that injects a dll (basically a dll injector).
A third method would be adding an import for the given dll:
[Only registered and activated users can see links. Click Here To Register...]
This requires the dll to have a least one exported function. The detouring method allows loading any dll whatsoever.
this works 100%Quote:
Please i want help to inject dll file to my sro_client
please i search alot and i didnt find anything