An open API service indexing awesome lists of open source software.

https://github.com/hasherezade/dll_to_exe

Converts a DLL into EXE
https://github.com/hasherezade/dll_to_exe

dll-to-exe dll2exe libpeconv pe-file

Last synced: 8 months ago
JSON representation

Converts a DLL into EXE

Awesome Lists containing this project

README

          

# DLL_to_EXE
[![Build status](https://ci.appveyor.com/api/projects/status/hxiohu0j69iia1t4?svg=true)](https://ci.appveyor.com/project/hasherezade/dll-to-exe)
[![GitHub release](https://img.shields.io/github/release/hasherezade/dll_to_exe.svg)](https://github.com/hasherezade/dll_to_exe/releases)
[![Github All Releases](https://img.shields.io/github/downloads/hasherezade/dll_to_exe/total.svg)](https://github.com/hasherezade/dll_to_exe/releases)

Converts a DLL into a ready-to-use EXE.

Supports both 32 and 64 bit DLLs

***Read more [here](https://hshrzd.wordpress.com/2016/07/21/how-to-turn-a-dll-into-a-standalone-exe/).***

Builds
-
Download the latest [release](https://github.com/hasherezade/dll_to_exe/releases).

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


git clone --recursive https://github.com/hasherezade/dll_to_exe.git