• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C# Malware Binder

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
1.png


File binder with resource encryption and also with several options.
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.

To see this hidden content, you must like this content.
 
Back
Top