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
- Host: GitHub
- URL: https://github.com/hasherezade/dll_to_exe
- Owner: hasherezade
- Created: 2018-07-14T15:37:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T22:00:44.000Z (over 2 years ago)
- Last Synced: 2025-03-28T05:13:54.913Z (8 months ago)
- Topics: dll-to-exe, dll2exe, libpeconv, pe-file
- Language: C++
- Homepage: https://hshrzd.wordpress.com/2016/07/21/how-to-turn-a-dll-into-a-standalone-exe/
- Size: 38.1 KB
- Stars: 807
- Watchers: 42
- Forks: 170
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reverse-engineering - **388**星
README
# DLL_to_EXE
[](https://ci.appveyor.com/project/hasherezade/dll-to-exe)
[](https://github.com/hasherezade/dll_to_exe/releases)
[](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