som1
June 13th, 2005, 08:48 AM
I would like to inject a DLL to my target process and detect any API calls that were sent to my target.
For example if someones program calls WriteProcessMemory and sets a value in my target process I would like to detect that and show what process made that call.
Is this possible in a DLL?
Can someone point me in the right direction or show me a simple example I would be greatful.
som1
For example if someones program calls WriteProcessMemory and sets a value in my target process I would like to detect that and show what process made that call.
Is this possible in a DLL?
Can someone point me in the right direction or show me a simple example I would be greatful.
som1