May 12

Malware Binder [V2]

Проект - простой склейщик файлов, который объединяет два исполняемых файла в один используя XOR-шифрование.

Особенности

  • 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 | Github