Hi,
i injected a own function into the memory scope of a process and want to call this procedure with CreateRemoteThreat.
I Allocated some Memory with access protection EXECUTE_READWRITE and binary wrote the function into the allocated memory.
this is how my injected function looks like:
[Only registered and activated users can see links. Click Here To Register...]
But if i call my function with CreateRemoteThreat i get a access violation.
if you have a clue what i do wrong please help me
i injected a own function into the memory scope of a process and want to call this procedure with CreateRemoteThreat.
I Allocated some Memory with access protection EXECUTE_READWRITE and binary wrote the function into the allocated memory.
this is how my injected function looks like:
[Only registered and activated users can see links. Click Here To Register...]
But if i call my function with CreateRemoteThreat i get a access violation.
if you have a clue what i do wrong please help me