{"id":20692839,"url":"https://github.com/erfanoabdi/firmware_extractor","last_synced_at":"2025-04-22T17:42:14.048Z","repository":{"id":39649611,"uuid":"195667331","full_name":"erfanoabdi/Firmware_extractor","owner":"erfanoabdi","description":"Extract any type of OEM firmware to images","archived":false,"fork":false,"pushed_at":"2021-03-05T12:47:24.000Z","size":17504,"stargazers_count":71,"open_issues_count":2,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T17:22:20.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/erfanoabdi.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}},"created_at":"2019-07-07T15:27:40.000Z","updated_at":"2025-03-28T04:18:32.000Z","dependencies_parsed_at":"2022-07-13T10:30:42.878Z","dependency_job_id":null,"html_url":"https://github.com/erfanoabdi/Firmware_extractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanoabdi%2FFirmware_extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanoabdi%2FFirmware_extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanoabdi%2FFirmware_extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanoabdi%2FFirmware_extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erfanoabdi","download_url":"https://codeload.github.com/erfanoabdi/Firmware_extractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250289142,"owners_count":21405925,"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","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":[],"created_at":"2024-11-16T23:24:12.266Z","updated_at":"2025-04-22T17:42:14.033Z","avatar_url":"https://github.com/erfanoabdi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requirements\n- protobuf\n- LZMA\n- 7z\n- lz4\n## Linux\n```bash\napt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract rename\napt install liblzma-dev python-pip brotli lz4\npip install backports.lzma protobuf pycrypto\n```\n## Arch\n```bash\npacman -S unace unrar zip unzip p7zip sharutils uudeview arj cabextract\npacman -S python python-pip brotli lz4\npip install backports.lzma protobuf pycrypto\n```\n### For \"rename\" and \"mpack\" you need to manually clone and install the packages\n```bash\nfor package in mpack rename; do\n    git clone https://aur.archlinux.org/\"${package}\"\n    cd \"${package}\" || continue\n    makepkg -si --skippgpcheck\n    cd - || break\n    rm -rf \"${package}\"\ndone\n```\n## Mac\n```bash\nbrew install protobuf liblzma-dev brotli lz4\npip install backports.lzma protobuf pycrypto\n```\nAlso install [mono](https://www.mono-project.com/docs/getting-started/install/mac/)  \n\n### Windows\nInstall cygwin, and select\n\n```Latest python and pip packages, arj, brotli, cabextract, dos2unix, lz4, p7zip, renameutils, sharutils, unace, unzip and zip```\n\nIf you get syntax errors run dos2unix on extractor.sh\n\n# How to use\n## Download\n```\ngit clone --recurse-submodules https://github.com/erfanoabdi/Firmware_extractor.git\n```\n\n## Extract images from firmware URL\nExample: Extracting images from pixel 2 factory image:\n```\ncd Firmware_extractor\nwget https://dl.google.com/dl/android/aosp/walleye-pq3a.190705.001-factory-cc471c8c.zip -o firmware.zip\n./extractor.sh firmware.zip\n```\noutput will be on \"Firmware_extractor/out\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanoabdi%2Ffirmware_extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferfanoabdi%2Ffirmware_extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanoabdi%2Ffirmware_extractor/lists"}