Skip to content

File binder with resource encryption and also with several options

Notifications You must be signed in to change notification settings

K3rnel-Dev/MalwareBinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSHARP

Project Banner

🛠️ File Merger & Encryption Tool

This project is a file merger and encryption tool that combines two executable files into one using XOR encryption and embeds them into a stub. The stub is then compiled by a builder. When executed, the stub decrypts the two resources and extracts them to the disk location specified by the user in the builder options.



✨ Features

  • 🔐 XOR Encryption: Converts two executable files into ciphertext by applying XOR encryption.
  • 📦 Stub Resource Embedding: The builder embeds two encrypted resources into the stub, which is compiled and executed later.
  • 💾 File Extraction: The stub decrypts and drops the two files to a location of the user's choice.
  • ⚙️ Flexible Configuration:
    • 👁️ HideFiles: Option to hide the dropped files.
    • 🗑️ Self-Delete: Automatically deletes the stub after it completes its task.
    • 🤖 Basic Obfuscation: A simple obfuscation technique to make the code harder to analyze.

📚 Dependencies

To build this project, you need the following dependencies:

Make sure to install these libraries before building the project.


🚀 Usage

Builder Configuration

  1. Add the two executable files that you want to merge.
  2. Select the options you need:
    • 👁️ HideFiles: Hide the extracted files after dropping them.
    • 🗑️ Self-Delete: Automatically delete the stub after execution.
    • 🤖 Obfuscate: Apply basic obfuscation to the build file.
  3. Compile the stub with the embedded encrypted-files.

Execution

Once the stub is executed:

  • It decrypts the embedded files.
  • Extracts them to the specified disk location.
  • Executes any optional features (hide files, self-delete).

📸 Screenshots


⚠️ Disclaimer

This tool is created for educational purposes only.
Any misuse of this project for malicious purposes is strictly prohibited.
The author is not responsible for any illegal use or damages caused by this tool.


⚙️ Credits

About

File binder with resource encryption and also with several options

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages