This is a copy paste from another forum xd, all credits to Can1357
This is an injector abusing the implementation of certain features in Windows operating system to make your dll / injection hard to detect by anti-cheats. It will map your image in a special way that makes the memory pages invisible to Windows APIs, not debuggable from user-mode and execute it without creating or interfering with execution of a thread.
Source code:
https://******.com/can1357/ThePerfectInjector
Usage:
(In cmd) pInjector.exe ProcessName.exe "dll path"
This only supports 64 bits dll's!!
https://i.imgur.com/KWZ0aRK.png
Enjoy!
Not supported:
- KVA Shadowing
- Wow64
- SEH / VEH ( and it cannot be either as this memory region does not seem like a valid one to Windows )
- TLS
- Import mapping
- Any other cancerous PE details