Skip to content

DosX-dev/DotNET_XorCryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 16, 2024
bbe039c · Feb 16, 2024

History

2 Commits
Feb 16, 2024
Feb 12, 2024
Feb 12, 2024
Feb 12, 2024
Feb 12, 2024

Repository files navigation

DotNET XorCryptor

This is a .NET executable packer with payload encryption. Use for educational purposes only.

How to use?

  • --file {path} - specify file name
  • --flood - add junk classes to file
  • --proxy - move original entry point to from Main()

For example:

xor-pack.exe --file "stub.exe" --proxy --flood

For enhanced effectiveness, it is strongly recommended to heavily obfuscate the assembly before applying the encryption process.