{"id":18678041,"url":"https://github.com/pegvin/dllbundler","last_synced_at":"2025-10-06T16:36:39.517Z","repository":{"id":143965679,"uuid":"615805834","full_name":"pegvin/DLLBundler","owner":"pegvin","description":"Recursively Copy DLLs Required By A .exe or a .dll file.","archived":false,"fork":false,"pushed_at":"2023-03-21T09:03:32.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T21:14:16.370Z","etag":null,"topics":["cpp","cpp17","dll-bundler","mingw","mingw-cross-environment","mingw-environment","mingw-w64","mingw32","mingw64","msys2","objdump"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pegvin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-03-18T18:21:25.000Z","updated_at":"2023-08-08T03:44:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"93a291a5-80fd-4a59-b16e-b1a5297dc70d","html_url":"https://github.com/pegvin/DLLBundler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FDLLBundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FDLLBundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FDLLBundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegvin%2FDLLBundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pegvin","download_url":"https://codeload.github.com/pegvin/DLLBundler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239525478,"owners_count":19653332,"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","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":["cpp","cpp17","dll-bundler","mingw","mingw-cross-environment","mingw-environment","mingw-w64","mingw32","mingw64","msys2","objdump"],"created_at":"2024-11-07T09:35:50.439Z","updated_at":"2025-10-06T16:36:39.431Z","avatar_url":"https://github.com/pegvin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DLLB - DLL Bundler\nRecursively Copy DLLs Required By A .exe or a .dll file.\n\n---\n## Features\n\n- No External Runtime Required (Like in Python or Js Scripts)\n- Recursively Find Dependencies (Finds The Dependencies Of Dependencies Of Dependencies...)\n- Optionally Compress All The Dependencies Using UPX\n\n---\n## Requirements\n\n- Objdump (Provider [Binutils](https://packages.msys2.org/package/binutils))\n- UPX (Required Only If You Use Compression) (Provider [UPX](https://packages.msys2.org/package/upx))\n\n---\n## Usage\n```\nUsage: dllb [-h] [--copy] [--upx] executable\n\npositional arguments:\n  executable  EXE or DLL file to bundle dependencies for\n\noptions:\n  -h, --help  Show this help message and exit\n  --copy      Copy the DLLs next to the executable\n  --upx       Run UPX on all the DLLs and EXE (requires --copy).\n```\n\n---\n## Notes\n\n- dllb uses directories listed in `$PATH` env variable to search for the required DLLs.\n- overriding `$PATH` variable is useful if you want to add more search paths.\n\n---\n## Building From Source\n\n**Requirements:**\n- [Git](https://packages.msys2.org/package/git)\n- [GNU Make](https://packages.msys2.org/package/make)\n- [g++](https://packages.msys2.org/package/gcc) or [clang++](https://packages.msys2.org/package/clang)\n\n1. Clone The Repo: `git clone https://github.com/pegvin/DLLBundler`\n2. CD into the cloned repo: `cd DLLBundler/`\n3. Build: `make all DEBUG=false CXX=g++ LN=g++`\n   - `DEBUG` is set to true by default\n   - `CXX` \u0026 `LN` are set to g++ by default but can be overriden if using clang++\n\n---\n## License\nDLLB is licensed under [BSD 3-Clause \"New\" or \"Revised\" License](./LICENSE).\n\n---\n# Thanks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegvin%2Fdllbundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpegvin%2Fdllbundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegvin%2Fdllbundler/lists"}