{"id":19075251,"url":"https://github.com/0xvpr/vpr-extract","last_synced_at":"2026-05-15T20:01:51.809Z","repository":{"id":119531129,"uuid":"500040197","full_name":"0xvpr/vpr-extract","owner":"0xvpr","description":"A command line tool for the extraction of the .text section of 32/64-bit COFF objects, and ELF64 Relocatable objects.","archived":false,"fork":false,"pushed_at":"2023-06-15T03:05:50.000Z","size":169,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T10:48:32.076Z","etag":null,"topics":["binary","coff","elf64","extractor","object","pe32","pe32-plus","process-executor","relocatable","section-header","section-header-table","shellcode"],"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/0xvpr.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-05T08:23:53.000Z","updated_at":"2023-06-12T18:25:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"d518e347-4219-42cd-8057-759ff3889767","html_url":"https://github.com/0xvpr/vpr-extract","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/0xvpr/vpr-extract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xvpr","download_url":"https://codeload.github.com/0xvpr/vpr-extract/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-extract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33077924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["binary","coff","elf64","extractor","object","pe32","pe32-plus","process-executor","relocatable","section-header","section-header-table","shellcode"],"created_at":"2024-11-09T01:54:07.930Z","updated_at":"2026-05-15T20:01:51.790Z","avatar_url":"https://github.com/0xvpr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003evpr-extract\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Windows--x86__64-supported-green\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Windows--x86-supported-green\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Linux--x86__64-supported-green\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Linux--x86-unsupported-red\"\u003e\n  \u003ca href=\"https://mit-license.org/\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/0xvpr/vpr-extract?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ch3 align=\"center\"\u003eA command line tool for the extraction of the .text section of 32/64-bit COFF objects, and ELF64 Relocatable objects.\u003c/h3\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Build Instructions\n### Using Docker CMake (Recommended)\n```bash\ngit clone https://github.com/0xvpr/vpr-extract \u0026\u0026 cd vpr-extract\nmake docker-container\nmake docker-build\n```\n### Using Local CMake (Unix)\n```bash\ngit clone https://github.com/0xvpr/vpr-extract \u0026\u0026 cd vpr-extract\nmake local-build\n```\n### Using Local CMake (Windows)\n```powershell\ngit clone https://github.com/0xvpr/vpr-extract \u0026\u0026 cd vpr-extract\ncmake.exe -B build\ncmake.exe --build build\n```\n\n### Example Usage\n```bash\nvpr-extract path/to/file-1.obj path/to/file-2.obj\n\nTarget: path/to/file-1.obj -\u003e file-1.bin\nSize of path/to/file-1.obj:      420\nWritten to 'file-1.bin'.\n\nTarget: path/to/file-2.obj -\u003e file-2.bin\nSize of path/to/file-2.obj:      69\nWritten to 'file-2.bin'.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvpr%2Fvpr-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xvpr%2Fvpr-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvpr%2Fvpr-extract/lists"}