{"id":19483080,"url":"https://github.com/chapvic/dll2def","last_synced_at":"2026-06-15T11:32:22.034Z","repository":{"id":177568443,"uuid":"304978268","full_name":"chapvic/dll2def","owner":"chapvic","description":"Pure C win32 application to create .def file from a dynamic link library","archived":false,"fork":false,"pushed_at":"2020-10-17T22:13:52.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T17:45:25.081Z","etag":null,"topics":["console-tool","dll2def","dllexport"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chapvic.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":"2020-10-17T22:13:38.000Z","updated_at":"2023-10-15T07:59:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"6daf556d-8368-4d50-a5c3-f745060db4c7","html_url":"https://github.com/chapvic/dll2def","commit_stats":null,"previous_names":["chapvic/dll2def"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chapvic/dll2def","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapvic%2Fdll2def","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapvic%2Fdll2def/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapvic%2Fdll2def/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapvic%2Fdll2def/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chapvic","download_url":"https://codeload.github.com/chapvic/dll2def/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapvic%2Fdll2def/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34358746,"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-15T02:00:07.085Z","response_time":63,"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":["console-tool","dll2def","dllexport"],"created_at":"2024-11-10T20:13:26.101Z","updated_at":"2026-06-15T11:32:22.030Z","avatar_url":"https://github.com/chapvic.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dll2def - Pure C win32 application to create .def file from a dynamic link library (DLL)\n\n### Compile:\n\n_GCC_\n```\ngcc -O2 -D_CRT_SECURE_NO_WARNINGS -s -static -o dll2def.exe dll2def.c\n```\n_MSVC_\n```\ncl /MT /O2 /D_CRT_SECURE_NO_WARNINGS dll2def.c\n```\n\n### Usage:\n\n```\ndll2def \u003cinfile\u003e [outpath]\n  infile   - input file\n  outpath  - full or relative output path\n```\n\n### Examples:\n\n```\n1. dll2def shell32.dll            - create shell32.def in the current directory\n2. dll2def shell32                - same as (1), but '.dll' extension will be added automaticaly\n3. dll2def shell32 \\some\\path\\    - create \\some\\path\\shell32.def\n4. dll2def shell32 \\some\\path\\my  - create \\some\\path\\my.def, extension will be added automaticaly\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchapvic%2Fdll2def","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchapvic%2Fdll2def","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchapvic%2Fdll2def/lists"}