The project is a simple file gluer that combines two executable files into one using XOR encryption.
Peculiarities
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.
High Mutation: Obfuscation technique to make the code harder to analyze.
AMSI/ETW Patcher Patch to prevent several functions from the amsi and ntdll library from working
download:
Peculiarities
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.
High Mutation: Obfuscation technique to make the code harder to analyze.
AMSI/ETW Patcher Patch to prevent several functions from the amsi and ntdll library from working
download: