String Anti-Virus evasion in x64 Assembly
This repository contains the code found in my blog post where I revisited a simple string evasion techniue and wrote it in x64 assembly.
How to run
- Install NASM
- Make sure you have have the Visual Studio C++ development environment setup
- Run build_and_run.bat
Credits
I got the idea for this AV evasion technique from this blog post. The author talks about a lot of really cool ideas in AV evasion, so do check it out.