EXE to DLL | Converts an EXE to DLL File

If you already create malware with .exe format, with this tool you can concert the .exe to .dll. So, the malware loaded as DLL file.

Overview

Converts an EXE, so that it can be loaded like a DLL.
Supports both 32 and 64 bit DLLs

Inspired by the idea of @guywhataguy. Read more here.

Download:

Fresh builds can be downloaded from the build server (click on the build and choose the “Artifacts” tab)

Clone:

Use recursive clone to get the repo together with all the submodules:

git clone –recursive https://github.com/hasherezade/exe_to_dll.git

GitHub:

3 Likes