injecting dll problem

08/15/2019 22:52 sigel123456789#1
i've injected a dll to sro_client but it seems like it uses virtual memory addresses so that when i restart pc or use the sro_client on any another pc it doesn't work any suggestions ?
08/16/2019 02:12 _SGA_#2
How did you injeced it? If you used one of the dll to exe injectors which are widely available in Google of course it won't be permanent.

You shall be injecting it using debugger such as ollydbg, there are plenty of tutorials for it available, just make a simple search in Google.
08/16/2019 02:26 sigel123456789#3
thanks for ur reply
i used that thread [Only registered and activated users can see links. Click Here To Register...]
08/16/2019 08:05 Isoline*#4
Quote:
Originally Posted by sigel123456789 View Post
i've injected a dll to sro_client but it seems like it uses virtual memory addresses so that when i restart pc or use the sro_client on any another pc it doesn't work any suggestions ?
That's because the entry point address of the client is changing for each execution.
You will have to think out of the box a wee bit in order to inject it the right way.
08/16/2019 11:38 sigel123456789#5
Quote:
Originally Posted by Isoline* View Post
That's because the entry point address of the client is changing for each execution.
You will have to think out of the box a wee bit in order to inject it the right way.
finally it worked for a single dll
am now trying for multiply dlls
but it doesn't work
PHP Code:
PUSH 00D7FF14 //address of the first dll
PUSH 00D7F258 //address of the second one
CALL library
CALL 00B646C3
JMP 00B49972  
//default entry point
then am point for the address of the first dll 

////////////////////////
well figured it
PHP Code:
PUSH
CALL
PUSH
CALL 
08/16/2019 13:30 XxGhostSpiriTxX#6
[Only registered and activated users can see links. Click Here To Register...]

I think it can serve you friend!
09/24/2019 22:16 !SPLIT#7
TRY TO INJECT IT WITH STUD_PE