XorStringsNET Save

Easy XOR string encryption for NET based binaries

Project README

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

Open Source Agenda is not affiliated with "XorStringsNET" Project. README Source: dr4k0nia/XorStringsNET
Stars
119
Open Issues
0
Last Commit
6 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating