{"id":20716831,"url":"https://github.com/blacktop/symbolicator","last_synced_at":"2025-04-23T13:29:21.240Z","repository":{"id":248779901,"uuid":"829715566","full_name":"blacktop/symbolicator","owner":"blacktop","description":"`ipsw` symbolication signatures","archived":false,"fork":false,"pushed_at":"2025-03-30T04:50:48.000Z","size":16348,"stargazers_count":62,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T13:29:08.368Z","etag":null,"topics":["apple","ios","ipsw","kernelcache","signatures","symbolicate","symbolication","symbols"],"latest_commit_sha":null,"homepage":"","language":"Python","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/blacktop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"blacktop_"}},"created_at":"2024-07-17T00:06:45.000Z","updated_at":"2025-04-05T06:52:11.000Z","dependencies_parsed_at":"2025-01-06T21:25:20.546Z","dependency_job_id":"22d3de41-300f-4729-a551-494b8dbe6064","html_url":"https://github.com/blacktop/symbolicator","commit_stats":null,"previous_names":["blacktop/symbolicator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fsymbolicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fsymbolicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fsymbolicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fsymbolicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacktop","download_url":"https://codeload.github.com/blacktop/symbolicator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250439866,"owners_count":21430911,"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":["apple","ios","ipsw","kernelcache","signatures","symbolicate","symbolication","symbols"],"created_at":"2024-11-17T03:06:52.497Z","updated_at":"2025-04-23T13:29:21.223Z","avatar_url":"https://github.com/blacktop.png","language":"Python","funding_links":["https://patreon.com/blacktop_"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/blacktop/symbolicator\"\u003e\u003cimg alt=\"Symbolicator Logo\" src=\"https://github.com/blacktop/symbolicator/blob/main/docs/logo.png?raw=true\" height=\"300\" /\u003e\u003c/a\u003e\n  \u003c!-- \u003ch1 align=\"center\"\u003esymbolicator\u003c/h1\u003e --\u003e\n  \u003ch3\u003e\u003cp align=\"center\"\u003e\u003ccode\u003eipsw\u003c/code\u003e symbolication signatures\u003c/p\u003e\u003c/h3\u003e\n  \u003c!-- \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/blacktop/symbolicator/releases/latest\" alt=\"Downloads\"\u003e\n          \u003cimg src=\"https://img.shields.io/github/downloads/blacktop/symbolicator/total.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/blacktop/symbolicator/releases\" alt=\"GitHub Release\"\u003e\n          \u003cimg src=\"https://img.shields.io/github/release/blacktop/symbolicator.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"http://doge.mit-license.org\" alt=\"LICENSE\"\u003e\n          \u003cimg src=\"https://img.shields.io/:license-mit-blue.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e --\u003e\n\u003cbr\u003e\n\n## What 🤔\n\nThis repo contains the [ipsw](https://github.com/blacktop/ipsw) symbolication signature files.\n\n## How Good 📈\n\nCurrently we are sitting at `63.85%` on **xnu**\n\n## Getting Started 🚀\n\nGet the signatures\n\n```bash\ngit clone https://github.com/blacktop/symbolicator.git\n```\n\nSymbolicate a kernelcache with [ipsw](https://github.com/blacktop/ipsw)\n\n```bash\nipsw kernel sym kernelcache --json --signatures /path/to/symbolicator-repo/kernel\n```\n\nInstall IDA Plugin\n\n```bash\nplugins/ida/install.sh\n```\n\nNow you can apply the symbols to you kernelcache in IDA by pressing `Alt+F8`\n\n![ida-pluging](plugins/ida/docs/ida.png)\n\n_The first time the IDB if loaded, the plugin will attempt to automatically load the symbols file (This is verified\nusing an indication file with the suffix `.symbols_loaded`)_\n\n## Plugins 🔌\n\nSupported Plugins/Scripts\n\n- [Binary Ninja](plugins/binja)\n- [Ghidra](plugins/ghidra)\n- [IDA Pro](plugins/ida)\n- [radare2](https://github.com/radareorg/radare2/blob/master/scripts/ipsw-kernel-symbolicate.r2.js)\n\n## Generate NEW signatures\n\nYou can set these ENV VARS to control the the outputed signature's metadata\n\n- `TARGET` The target binary. (e.g. com.apple.driver.AppleMobileFileIntegrity)\n- `MAX_VERSION` The maximum version of the target darwin.\n- `MIN_VERSION` The minimum version of the target darwin.\n- `JSON_FILE` The path to the JSON file. (e.g. /path/to/sig.json)\n\nTo generate signatures for `xnu`\n\n```bash\nscripts/run.sh --kernel '/path/to/KDK/kernel'\n```\n\nTo generate signatures for a `kext`\n\n```bash\nscripts/run.sh --kext '/path/to/KDK/kext'\n```\n\n## TODO\n\n- [ ] add support for global variables/constants\n- [ ] byte pattern matching\n- [ ] use arg count to assist in identifying anchor caller (as arg position/register)\n\n## Credit\n\nIdea was originally inspired by Jonathan Levin's [disarm](https://newosxbook.com/tools/disarm.html) 'matchers' file.\n\n## License\n\nMIT Copyright (c) 2024 blacktop","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Fsymbolicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacktop%2Fsymbolicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Fsymbolicator/lists"}