{"id":25842786,"url":"https://github.com/nir3x/dll-finder","last_synced_at":"2026-06-10T19:31:14.865Z","repository":{"id":218079712,"uuid":"745538568","full_name":"NIR3X/DLL-Finder","owner":"NIR3X","description":"DLL Finder - A Simple C++ Program for Finding DLL Files","archived":false,"fork":false,"pushed_at":"2024-02-16T04:02:17.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T06:32:22.347Z","etag":null,"topics":["c-plus-plus","command-line-tool","cpp","dll-finder","file-search","windows-program"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NIR3X.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}},"created_at":"2024-01-19T14:56:59.000Z","updated_at":"2024-08-11T10:04:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e857f99-ee35-4fd3-a905-aa34f24d5dad","html_url":"https://github.com/NIR3X/DLL-Finder","commit_stats":null,"previous_names":["nir3x/dll-finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NIR3X/DLL-Finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FDLL-Finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FDLL-Finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FDLL-Finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FDLL-Finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NIR3X","download_url":"https://codeload.github.com/NIR3X/DLL-Finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2FDLL-Finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34168086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["c-plus-plus","command-line-tool","cpp","dll-finder","file-search","windows-program"],"created_at":"2025-03-01T06:32:07.289Z","updated_at":"2026-06-10T19:31:14.847Z","avatar_url":"https://github.com/NIR3X.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DLL Finder - A Simple C++ Program for Finding DLL Files\n\nDLL Finder is a simple C++ program that recursively searches for DLL files on all available drives and writes the results to a file.\n\n## Features\n\n- Searches for DLL files on all logical drives.\n- Writes the list of found DLL files to a file named \"dlls.txt\".\n- Provides progress updates during the search.\n\n## How to Use\n\n1. Compile the program on a Windows system.\n2. Run the compiled executable.\n3. The program will scan all drives, find DLL files, and write the results to \"dlls.txt\".\n4. View the results in the generated \"dlls.txt\" file.\n\n## Usage Example\n\n```bash\nDllFinder.exe\n```\n\n## Dependencies\n\n* Windows API\n\n## Compilation\n\nCompile the program using a C++ compiler. For example:\n\n```bash\ng++ -std=c++2a -Wall -O2 -march=x86-64 -fno-rtti DllFinder.cpp -o DllFinder.exe -s -static\n```\n\n## License\n\n[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.html)\n\nThis program is Free Software: You can use, study share and improve it at your\nwill. Specifically you can redistribute and/or modify it under the terms of the\n[GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html) as\npublished by the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnir3x%2Fdll-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnir3x%2Fdll-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnir3x%2Fdll-finder/lists"}