Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

EXE_to_DLL

Build status GitHub release Github All Releases Github Latest Release

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

Stable builds are available in releases.

Test 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

Usage

Run exe_to_dll from commandline. Arguments:

args: <input_exe> <output_dll>

Example:

exe_to_dll.exe test_case1.exe test_case1.dll

After the successful conversion you should obtain a DLL exporting a Start function. This is the Original Entry Point of your input application.

You can test it by running:

rundll32.exe test_case1.dll,Start

关于 About

Converts a EXE into DLL

语言 Languages

C++82.8%
CMake17.2%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
11
Total Commits
峰值: 7次/周
Less
More

核心贡献者 Contributors