Skip to content

Powerfull shellcode loader with custom builder for compile and auto-converter

License

Notifications You must be signed in to change notification settings

K3rnel-Dev/ShellcodeLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ DODZE SHELLCODE LOADER & BUILDER (.NET)

CSHARP

Banner



⚔️ About

DODZE Loader is an shellcode loader with builder, the operating principle is quite simple, first your executable file is taken, then using the donut module it is converted into shellcode, then my builder encrypts the executable bytes of the shellcode, bringing them into an incorrect format using the xor crypto-algorithm, then the key and the encrypted bytes themselves are placed in the stub, and the stub in turn performs actions to decrypt the executable bytes of the shellcode and its subsequent injection into the legitimate explorer process, also included as additional functions such as:

  • 🔥 Self-Removal (Melting): Removes itself from the disk after execution.
  • 🌆 HideFile: Changes the file's attributes to hidden.
  • 🚀 Autorun: Adds a file to startup.
  • ⚙️ Conditional Compilation: Allows the builder to include only the features and options chosen by the user, making the final build more streamlined.
  • 🔒 Custom Renaming and Obfuscation: Includes customizable renaming of functions and string encryption to make the code less readable and harder to analyze.

📒 Loader principle diagram

Loader-diagram

🖥️ Detection

Graph

⚠️ Disclaimer:

This project is for educational purposes only, intended for studying malware and security techniques. The author is not responsible for any malicious use of this software.

⭐ Credits