{"id":29749272,"url":"https://github.com/isaachhk02/mbrextractor","last_synced_at":"2025-07-26T11:43:44.602Z","repository":{"id":306502416,"uuid":"1026384988","full_name":"isaachhk02/mbrextractor","owner":"isaachhk02","description":"A simple MBR extractor in C","archived":false,"fork":false,"pushed_at":"2025-07-25T21:03:20.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T04:35:24.648Z","etag":null,"topics":["mbr","mbr-dump","mbr-extractor"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaachhk02.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":"2025-07-25T19:46:32.000Z","updated_at":"2025-07-25T21:03:24.000Z","dependencies_parsed_at":"2025-07-26T04:35:26.110Z","dependency_job_id":"81bb5d97-e034-4984-9118-d45cbba8b0d8","html_url":"https://github.com/isaachhk02/mbrextractor","commit_stats":null,"previous_names":["isaachhk02/mbrextractor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/isaachhk02/mbrextractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaachhk02%2Fmbrextractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaachhk02%2Fmbrextractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaachhk02%2Fmbrextractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaachhk02%2Fmbrextractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaachhk02","download_url":"https://codeload.github.com/isaachhk02/mbrextractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaachhk02%2Fmbrextractor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267161573,"owners_count":24045476,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["mbr","mbr-dump","mbr-extractor"],"created_at":"2025-07-26T11:43:33.849Z","updated_at":"2025-07-26T11:43:44.591Z","avatar_url":"https://github.com/isaachhk02.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MBR Extractor\r\n\r\nMBR Extractor is a simple command-line tool for extracting the Master Boot Record (MBR) from a physical device (such as a hard drive) and saving it to a file. It supports both Windows and GNU/Linux platforms.\r\n\r\n## Features\r\n\r\n- Extracts the first 446 bytes of the MBR from a specified device.\r\n- Supports Windows device paths (e.g., `\\\\.PhysicalDrive0`).\r\n- Supports Linux device paths (e.g., `/dev/sda`).\r\n- Provides informative error messages for common issues.\r\n- Simple and lightweight implementation in C.\r\n\r\n## Build Instructions\r\n\r\nTo build the executable, use the provided Makefile:\r\n\r\n```bash\r\nmake build\r\n```\r\n\r\n- On Windows, this will produce `mbrextractor.exe`.\r\n- On Linux and other systems, this will produce `mbrextractor`.\r\n\r\nMake sure you have `gcc` installed and available in your system PATH.\r\n\r\n## Usage\r\n\r\nRun the executable with the device path and output file path as arguments.\r\n\r\n### Windows Example\r\n\r\n```bash\r\nmbrextractor.exe \\\\.PhysicalDrive0 mbr.bin\r\n```\r\n\r\n### Linux Example\r\n\r\n```bash\r\n./mbrextractor /dev/sda mbr.bin\r\n```\r\n\r\nIf you run the program without arguments or with incorrect arguments, it will display usage instructions.\r\n\r\nThe program will prompt for confirmation before extracting the MBR.\r\n\r\n## Author\r\n\r\nCreated by isaachhk02\r\n\r\n## Disclaimer\r\n\r\nRun this tool with administrator or root privileges to access the device. Use with caution as improper use may affect system stability.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaachhk02%2Fmbrextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaachhk02%2Fmbrextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaachhk02%2Fmbrextractor/lists"}