Skip to content

axnsvc/XorStringsNET

 
 

Repository files navigation

XorStringsNET

A tool for simple and quick XOR based string encryption of .NET binaries

XORStrings implements a simple XOR based cipher, I call RXOR. RXOR does not only encrypt the string but also reverses its character order. Each string is encrypted with a unique key. The arguments used by the decryption routine are also XOR encrypted.

How does it work?

XorStrings.exe <path to file>

Either use the commandline or drag & drop the to be obfuscated binary on the XorStrings executable. XORStrings does support .NET Framework 4.6+ and .NET Core up to .NET

More details

If you want a more detailed explanation of how XorStringsNET works checkout my blog post were I explain the runtime and obfuscator in great detail

About

Easy XOR string encryption for NET based binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%