{"id":20716886,"url":"https://github.com/blacktop/ios-pocs","last_synced_at":"2025-06-12T02:07:20.078Z","repository":{"id":71730350,"uuid":"157296858","full_name":"blacktop/ios-pocs","owner":"blacktop","description":"iOS POCs and Ideas","archived":false,"fork":false,"pushed_at":"2020-04-16T19:39:23.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-26T20:43:22.915Z","etag":null,"topics":["clang","debugging","ios","jailbreak","lldb","security-research"],"latest_commit_sha":null,"homepage":null,"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/blacktop.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":"2018-11-13T00:35:12.000Z","updated_at":"2024-08-15T10:04:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"cae9bb70-d5dd-4dad-88f1-9016d54cf31a","html_url":"https://github.com/blacktop/ios-pocs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blacktop/ios-pocs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fios-pocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fios-pocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fios-pocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fios-pocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacktop","download_url":"https://codeload.github.com/blacktop/ios-pocs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Fios-pocs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259382301,"owners_count":22848837,"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":["clang","debugging","ios","jailbreak","lldb","security-research"],"created_at":"2024-11-17T03:07:04.881Z","updated_at":"2025-06-12T02:07:20.055Z","avatar_url":"https://github.com/blacktop.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ios-pocs\n\n\u003e iOS POCs and Ideas\n\n## Getting Started\n\n### Install Utils\n\nInstall [usbmuxd](https://github.com/libimobiledevice/usbmuxd)\n\n```bash\n$ brew install usbmuxd\n```\n\nInstall [jtool](http://www.newosxbook.com/tools/jtool.html)\n\n```bash\n$ brew cask install jtool\n```\n\n### SSH via USB\n\nStart proxy\n\n```bash\n$ iproxy 2222 22 \u0026\n```\n\nSSH\n\n```bash\n$ ssh -p 2222 root@localhost\n```\n\n### Build in VSCode\n\n#### Command+Shift+B\n\n=OR=\n\n```\n$ make all\n```\n\n### Debugging\n\n\u003e **NOTE:** when you connected to XCode it installed dev tools on the device\n\n#### In ssh session on iDevice\n\n```bash\niPod-touch:~ root# /Developer/usr/bin/debugserver localhost:6666 --waitfor evil\n```\n\n#### In VSCode _(build binary)_\n\n`Command+Shift+B`\n\n#### Now Start Debugging _(remember to set a breakpoint)_\n\nPress `F5` or use GUI (you will need to continue past initial trap)\n\n#### In DEBUG CONSOLE\n\nLet's wake this lil guy up early :smiling_imp:\n\n```lldb\n\u003e thread jump --line 16\n\u003e continue\n```\n\n## Misc\n\n### Get Levin's [iOSBinaries](http://newosxbook.com/tools/iOSBinaries.html)\n\n```bash\n$ wget http://newosxbook.com/tools/binpack64-256.tar.gz\n$ scp -P 2222 root@localhost:/\n$ ssh -p 2222 root@localhost\niPod-touch:~ root# cd /\niPod-touch:~ root# tar -kxvf binpack64-256.tar.gz\n```\n\n### Stop iOS Auto-Updating\n\n```bash\niPod-touch:~ root# echo \"127.0.0.1    mesu.apple.com\" \u003e\u003e /etc/hosts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Fios-pocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacktop%2Fios-pocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Fios-pocs/lists"}