{"id":13994184,"url":"https://github.com/ipfans/lldbinit-arm","last_synced_at":"2025-07-29T22:33:21.277Z","repository":{"id":14673141,"uuid":"17392114","full_name":"ipfans/lldbinit-arm","owner":"ipfans","description":"Add arm support to lldbinit","archived":false,"fork":false,"pushed_at":"2014-04-29T12:19:28.000Z","size":188,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-29T16:37:42.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipfans.png","metadata":{"files":{"readme":"README.SC.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":"2014-03-04T06:00:47.000Z","updated_at":"2016-06-23T23:55:44.000Z","dependencies_parsed_at":"2022-09-02T06:10:44.096Z","dependency_job_id":null,"html_url":"https://github.com/ipfans/lldbinit-arm","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/ipfans%2Flldbinit-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Flldbinit-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Flldbinit-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Flldbinit-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfans","download_url":"https://codeload.github.com/ipfans/lldbinit-arm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228054429,"owners_count":17862129,"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-08-09T14:02:45.166Z","updated_at":"2024-12-04T06:13:30.162Z","avatar_url":"https://github.com/ipfans.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"lldbinit-arm\n===\n实现类似gdbinit的功能，基于lldbinit的修改，主要是原来的项目...太不爽。\n\n[English](https://github.com/ipfans/lldbinit-arm/blob/master/README.md)\n\nx86_64:\n\n![lldbinit-arm x86_64](http://ww2.sinaimg.cn/large/69e37fdbgw1efu4mcssfej20ze0d50w9.jpg)\n\nARM:\n![lldbinit-arm arm](http://ww4.sinaimg.cn/large/69e37fdbgw1efu7wuaga4j20pr0kjtfm.jpg)\n\n如何安装\n---\n下载zip文件，并且将py文件复制到:\n```\ncp lldbinit.py /Library/Python/2.7/site-packages\n```\n\n在用户$HOME/.lldbinit文件中添加(没有就创建):\n```\ncommand script import lldbinit\n```\n\n帮助\n---\n实现的命令如下\n\n```\n\tstepo\t\t\t- 步过指令 (call/movs/stos/cmps/loop)\n\tdd \t\t\t\t- 显示指定地址的内存\n   \tctx/context\t\t- 现实当前寄存器和反汇编内容(一般不需要要，中断时会自动显示)\n\tlb\t    \t\t- 从文件中加载断点并应用\t \n\tu \t\t\t\t- 反汇编指定地址\n\tddword\t    \t- dump data as dword \n\tdq\t    \t\t- dump data as qword\n\tdw\t    \t\t- dump data as word\n\tiphone\t    \t- 连接到iPhone\n```\n\n像获取单一命令帮助，请使用如下命令\n\n```\n(lldb) script help(lldbinit.dd)\nHelp on function dd in module lldbinit:\n\ndd(debugger, command, result, dict)\n    dump hex data at certain address.\n    \n    Example:\n        dd 0x100000ef0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Flldbinit-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfans%2Flldbinit-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Flldbinit-arm/lists"}