{"id":13840060,"url":"https://github.com/hasherezade/exe_to_dll","last_synced_at":"2025-10-08T07:42:36.487Z","repository":{"id":42698731,"uuid":"256269799","full_name":"hasherezade/exe_to_dll","owner":"hasherezade","description":"Converts a EXE into DLL","archived":false,"fork":false,"pushed_at":"2025-09-13T18:49:09.000Z","size":51,"stargazers_count":1340,"open_issues_count":9,"forks_count":202,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-09-13T20:40:09.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hasherezade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-16T16:27:00.000Z","updated_at":"2025-09-13T18:49:13.000Z","dependencies_parsed_at":"2025-08-30T20:25:20.268Z","dependency_job_id":null,"html_url":"https://github.com/hasherezade/exe_to_dll","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hasherezade/exe_to_dll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fexe_to_dll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fexe_to_dll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fexe_to_dll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fexe_to_dll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasherezade","download_url":"https://codeload.github.com/hasherezade/exe_to_dll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasherezade%2Fexe_to_dll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909715,"owners_count":26066887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T17:00:41.439Z","updated_at":"2025-10-08T07:42:36.481Z","avatar_url":"https://github.com/hasherezade.png","language":"C++","funding_links":[],"categories":["C++","C++ (225)"],"sub_categories":[],"readme":"# EXE_to_DLL\n\n[![Build status](https://ci.appveyor.com/api/projects/status/2exf5ulw51klq8wt?svg=true)](https://ci.appveyor.com/project/hasherezade/exe-to-dll)\n[![GitHub release](https://img.shields.io/github/release/hasherezade/exe_to_dll.svg)](https://github.com/hasherezade/exe_to_dll/releases)\n[![Github All Releases](https://img.shields.io/github/downloads/hasherezade/exe_to_dll/total.svg)](https://github.com/hasherezade/exe_to_dll/releases)\n[![Github Latest Release](https://img.shields.io/github/downloads/hasherezade/exe_to_dll/latest/total.svg)](https://github.com/hasherezade/exe_to_dll/releases)\n\nConverts an EXE, so that it can be loaded like a DLL.\u003cbr/\u003e\n\u003cb\u003eSupports both 32 and 64 bit DLLs\u003c/b\u003e\n\n***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).***\n\n## Download\n\nStable builds are available in [releases](https://github.com/hasherezade/exe_to_dll/releases).\n\nTest 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)\n\n## Clone\n\nUse recursive clone to get the repo together with all the submodules:\n\n```console\ngit clone --recursive https://github.com/hasherezade/exe_to_dll.git\n```\n\n## Usage\n\nRun `exe_to_dll` from commandline. Arguments:\n\n```\nargs: \u003cinput_exe\u003e \u003coutput_dll\u003e\n```\n\nExample:\n\n```console\nexe_to_dll.exe test_case1.exe test_case1.dll\n```\n\nAfter the successful conversion you should obtain a DLL exporting a `Start` function. This is the Original Entry Point of your input application.\n\n![](img/exp_table.png)\n\nYou can test it by running:\n\n```console\nrundll32.exe test_case1.dll,Start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasherezade%2Fexe_to_dll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasherezade%2Fexe_to_dll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasherezade%2Fexe_to_dll/lists"}