DLL Injection Technique with C

1 year ago
6

There are different types of injections in which is OPsec safe. The reason to implement an injection technqniue in your implant is to fly under the rader without getting caught. Something like Remote Process Injection, DLL Injections and Process Hollowing are all excellent choices.

The one that I’ll be completing today is DLL Injections. Before anything, we create a custom DLL from msfvenom. Then we import the required APIs by using P/Invoke DLLimport statements on pinvoke.net.

Loading comments...