Hi!
I've been attempting to learn to make .dlls, to inject into other processes.
My question is, how does the .dll load things? Doesn't the .dll's functionality have to be called from the process I'm injecting it into?
Thanks.
Have you tried Wikipedia: http://en.wikipedia.org/wiki/Dynamic-link_library
Wazzak