Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
C# obfuscator designed to bypass Windows Defender, offering a practical solution for protecting .NET applications.

Rust-based Windows PE manual loader supporting x86/x64. Implements manual mapping, base relocations, and import resolution for memory-based execution.
A C# obfuscator tool that can bypass Windows Defender antivirus. I made this tool mainly as an excuse to learn more about C# and how obfuscators function.
This is an alpha release, so expect some nice bugs.

Drag drop the C# exe into yetAnotherObfuscator.exe Or provide the C# exe as an argument:
.\yetAnotherObfuscator.exe <PATH_TO_EXE>
@Resit