| View previous topic :: View next topic |
| Author |
Message |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Mon Mar 24, 2008 1:28 am Post subject: [Delphi] injected dll procedures |
|
|
i was just wondering if it is possible to call procedures from a dll that is injected into a process, i know how to call from a dll, but now i need it from inside the process
anyone got any ideas?
thanks for your help
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Mon Mar 24, 2008 3:42 am Post subject: |
|
|
| GetProcAddress, load the DLL, get the function address and call it.
|
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Mon Mar 24, 2008 5:46 am Post subject: |
|
|
thanks man, got me off to a good start, maybe you could help me a little more though, im a bit confused about how it works.
so do you use getproc to find the address from the dll, and then call by using the address?
does getproc find the address so you can call it even if it's running in another process?
Edit: wait, does it get the address for the function from the actual dll, then that is used to call the one that is injected?
_________________
|
|
| Back to top |
|
 |
|