Hello!
What is the safest way to inject your code into another application process? For example, combinations:
1) OpenProcess -> VirtualAllocEx -> SuspendThread -> GetThreadContext -> SetThreadContext -> ResumeThread.
and
2) OpenProcess -> VirtualAllocEx -> WriteProcessMemoey -> CreateRemoteThread.
Scorching with all modern antiviruses, as a result, the program will be quarantined, as its antivirus will be considered as a virus. What are your suggestions on this? Thank!