how to inject DLL file to Sro_client

09/10/2018 07:29 kotsh#1
Please i want help to inject dll file to my sro_client
please i search alot and i didnt find anything
09/10/2018 11:11 blapanda#2
3 seconds ... [Only registered and activated users can see links. Click Here To Register...]
09/12/2018 04:13 kotsh#3
Quote:
Originally Posted by blapanda View Post
3 seconds ... [Only registered and activated users can see links. Click Here To Register...]
please can you do it for me ?
12/10/2018 00:20 IM HictoR#4
[Only registered and activated users can see links. Click Here To Register...]
12/17/2019 22:27 devdash#5
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 ...
a friend show it to me before, he did it just like that in 5 seconds

he opened the sro_client with a program then he went to a DLLs list in that program then he clicked something that opened him a window to find the dll, then he went for it then he pressed something and kaboom it's done

i really can't remember the name of the application, but i will ask my friend, and i will come back here again with the full guide and download links ...
12/17/2019 22:56 florian0#6
Quote:
Originally Posted by alydandy View Post
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 ...
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.
12/17/2019 23:32 devdash#7
Quote:
Originally Posted by florian0 View Post
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 is the one that my friend use ... welldone.

Quote:
Originally Posted by kotsh View Post
Please i want help to inject dll file to my sro_client
please i search alot and i didnt find anything
this works 100%
https://www.youtube.com/watch?time_continue=224&v=uSAysNXmfKs&feature=emb_ title

^_~