October 6

HellSing Binder

Проект представляет собой инструмент для объединения файлов и шифрования, который объединяет два исполняемых файла в один с использованием 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.
  • Basic Obfuscation: A simple obfuscation technique to make the code harder to analyze.

Download / Github