String anti-virus evasion in x64 assembly (Part 2)
How to hide API call strings from antivirus detection using LoadLibrary and GetProcAddress for runtime DLL loading, with a full x64 assembly implementation.
String anti-virus evasion in x64 assembly (Part 1)
How to hide strings from antivirus detection by placing them on the stack instead of the .data segment, demonstrated in C and x64 Windows assembly.