Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
E

exe_to_dll

> 编程语言
Open source

Converts a EXE into DLL

1.4K stars0 likes0 views
WebsiteGitHub

About

Converts a EXE into DLL

# EXE_to_DLL 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](https://github.com/guywhataguy/). Read more [here](https://blog.vastart.dev/2020/04/calling-arbitrary-functions-in-exes.html).*** ## Download Stable builds are available in [releases](https://github.com/hasherezade/exe_to_dll/releases). Test builds can be downloaded from [the build server](https://ci.appveyor.com/project/hasherezade/exe-to-dll) (click on the build and choose the "Artifacts" tab) ## Clone Use recursive clone to get the repo together with all the submodules: ```console git clone --recursive https://github.com/hasherezade/exe_to_dll.git ``` ## Usage Run `exe_to_dll` from commandline. Arguments: ``` args: ``` Example: ```console 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: ```console rundll32.exe test_case1.dll,Start ```

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •C++

> Tags

C++

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言