{"id":19075253,"url":"https://github.com/0xvpr/vpr-omega-zero","last_synced_at":"2026-02-23T23:04:49.173Z","repository":{"id":39655169,"uuid":"467892635","full_name":"0xvpr/vpr-omega-zero","owner":"0xvpr","description":"A program to remove section-header information from 32/64 bit ELF and PE32 executables.","archived":false,"fork":false,"pushed_at":"2025-03-16T05:46:55.000Z","size":164,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T03:21:09.298Z","etag":null,"topics":["binary","cross-platform","file-edit","file-modification","header-modification","header-parser","header-scrubber","pe32","scrubber"],"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":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,"zenodo":null}},"created_at":"2022-03-09T11:08:07.000Z","updated_at":"2025-03-16T15:41:13.000Z","dependencies_parsed_at":"2025-01-02T17:48:02.015Z","dependency_job_id":"8779c967-81dd-4150-ad32-5ccb62a5ec0e","html_url":"https://github.com/0xvpr/vpr-omega-zero","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/0xvpr/vpr-omega-zero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-omega-zero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-omega-zero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-omega-zero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-omega-zero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xvpr","download_url":"https://codeload.github.com/0xvpr/vpr-omega-zero/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvpr%2Fvpr-omega-zero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29760098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","cross-platform","file-edit","file-modification","header-modification","header-parser","header-scrubber","pe32","scrubber"],"created_at":"2024-11-09T01:54:08.579Z","updated_at":"2026-02-23T23:04:49.168Z","avatar_url":"https://github.com/0xvpr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003evpr-omega-zero\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Windows-supported-44CC11\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Mac-supported-44CC11\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Linux-supported-44CC11\"/\u003e\n  \u003ca href=\"https://mit-license.org/\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-44CC11\"/\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/0xvpr/vpr-omega-zero/build.yml?label=Build\"/\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eInspired by yellobytes's \u003ca href=\"https://github.com/yellowbyte/reverse-engineering-playground/tree/master/file_format_hacks\"\u003ezeroSection2.py\u003c/a\u003e\u003c/h3\u003e\n\u003cbr\u003e\n\nThis project aims to provide a tool for the stripping of the  \nsection-header information of 32/64 bit ELF and PE32 executables.\n\n## Building with Docker (recommended)\n```\n# Download repo\ngit clone https://github.com/0xvpr/vpr-omega-zero\ncd vpr-omega-zero\n\n# Create docker image and build with cmake\nchmod +x docker-build.sh \u0026\u0026 ./docker-build.sh\n```\n\n## Build instructions (local)\nWindows/Linux/WSL/MSYS/macOS\n```bash\ngit clone https://github.com/0xvpr/vpr-omega-zero vpr-omega-zero\ncd vpr-omega-zero\ncmake -B build\ncmake --build build\n```\n\n## Example Usage\n```bash\nUsage:\n  vpr-omega-zero.exe [\u003coptional_arguments\u003e] \u003cpath/to/executable-1\u003e \u003cpath/to/executable-2\u003e\n\nOptional arguments:\n  -a,                Enable all flags. (default option)\n  --all\n  -o,                Zero all optional headers.\n  --optional-headers\n  -s,                Zero all section headers.\n  --section-headers\n  -H                 Zero all headers.\n  -headers\n  -h,                Display help.\n  --help\n\nExamples:\n  vpr-omega-zero.exe path/to/executable\n  vpr-omega-zero.exe -sH path/to/executable\n\nVersion:\n  1.1.0\n\nAuthor:\n  VPR\n```\n\n#### Testing\n[ TODO ]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvpr%2Fvpr-omega-zero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xvpr%2Fvpr-omega-zero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvpr%2Fvpr-omega-zero/lists"}