{"id":27286217,"url":"https://github.com/rec0de/apple-ota","last_synced_at":"2025-09-24T17:12:28.232Z","repository":{"id":250719123,"uuid":"835197432","full_name":"rec0de/apple-ota","owner":"rec0de","description":"Tweaked version of Jonathan Levin's OTA unpacker","archived":false,"fork":false,"pushed_at":"2024-07-29T13:43:55.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T19:46:42.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rec0de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-29T11:02:01.000Z","updated_at":"2025-01-03T12:46:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d971da56-a4b8-4fbf-84d8-29c7bb59aa10","html_url":"https://github.com/rec0de/apple-ota","commit_stats":null,"previous_names":["rec0de/apple-ota"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rec0de/apple-ota","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rec0de%2Fapple-ota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rec0de%2Fapple-ota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rec0de%2Fapple-ota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rec0de%2Fapple-ota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rec0de","download_url":"https://codeload.github.com/rec0de/apple-ota/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rec0de%2Fapple-ota/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276787059,"owners_count":25704727,"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-09-24T02:00:09.776Z","response_time":97,"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":[],"created_at":"2025-04-11T19:35:30.294Z","updated_at":"2025-09-24T17:12:28.220Z","avatar_url":"https://github.com/rec0de.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OTA unpack\n\nJonathan Levin's [Apple OTA unpacking tool](https://newosxbook.com/articles/OTA8.html), modified to run out of the box on linux hosts and decompress to temp directory rather than your root filesystem.\n\n## Compile\n\n```\npacman -S xz # ArchLinux, adjust to whatever provides liblzma for your distro\nmake # should work out of the box :)\n```\n\n## Run\n\n```\nUsage: ./ota [-v] [-l] [...] filename[s]\nWhere: -l: list files in update payload\nWhere: [...] is one of:\n       -e file: extract file from update payload (use \"*\" for all files)\n       -s string file: Look for occurences of string in file\n       -S string file: Look for occurences of string, NULL terminated in file\n       [-n] -d file1 file2: Point out differences between OTA file1 and file2\n            -n to only diff names  \n```\n\n```\n# list files contained in OTA\n./ota -l payload.???\n\n# extract entire OTA filesystem to /tmp/fs\n./ota -e \\* payload.???\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frec0de%2Fapple-ota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frec0de%2Fapple-ota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frec0de%2Fapple-ota/lists"}