Skip to content

Scantime & Runtime fud crypter written using C# to execute you application in-memory and prevent it from being scanned by Anti-viruses

Notifications You must be signed in to change notification settings

inheritedeu/XOR-crypter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

XOR-crypter

This software protects you assemblies by encrypting each byte with strong XOR algorithm

How does it works

  • Crypter encodes your file and adds it to stub as cipher bytes
  • Then stub is executed, it decrypts payload bytes and invokes it without dropping on disk, so Anti-Viruses are not able to scan it

Instruction

  • Disable your running AV, especially sample sending and real-time protection functions
  • Download the release file, execute and choose a file to crypt. It`ll be saved as Crypted.exe
  • now go to https://freeobfuscator.com/ , upload Crypted.exe and save the result
  • visit antiscan.me or kleenscan.com (❗❗❗NOT VIRUSTOTAL❗❗❗) and scan the final file
  • if you don`t like the result, obfuscate with other service, wait for stub update or edit the source code of project to make stub FUD again

Please leave ⭐ to this project if you like it

You can also support me by donating to my btc wallet ✔️ bc1q2phl3ku025495f9za6vkp9nrh97t09vglnarhm ❤️

image

About

Scantime & Runtime fud crypter written using C# to execute you application in-memory and prevent it from being scanned by Anti-viruses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%