{"id":20325812,"url":"https://github.com/paradiseduo/dsdump","last_synced_at":"2025-08-22T05:31:51.736Z","repository":{"id":54990849,"uuid":"321914368","full_name":"paradiseduo/dsdump","owner":"paradiseduo","description":"An improved nm + Objective-C \u0026 Swift class-dump","archived":false,"fork":false,"pushed_at":"2023-11-20T12:52:32.000Z","size":1096,"stargazers_count":133,"open_issues_count":0,"forks_count":28,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-12-09T02:11:03.446Z","etag":null,"topics":["class","class-dump","class-dump-swift","dnsdumpster","dump","ida-plugin","objective-c","swift"],"latest_commit_sha":null,"homepage":"","language":"Python","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/paradiseduo.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}},"created_at":"2020-12-16T08:16:04.000Z","updated_at":"2024-11-24T08:49:32.000Z","dependencies_parsed_at":"2024-11-14T19:41:52.321Z","dependency_job_id":"b8b4dd7d-fc28-42cc-bda9-ee47ca51575e","html_url":"https://github.com/paradiseduo/dsdump","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/paradiseduo%2Fdsdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2Fdsdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2Fdsdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2Fdsdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradiseduo","download_url":"https://codeload.github.com/paradiseduo/dsdump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230561013,"owners_count":18245324,"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":["class","class-dump","class-dump-swift","dnsdumpster","dump","ida-plugin","objective-c","swift"],"created_at":"2024-11-14T19:41:47.482Z","updated_at":"2024-12-20T09:07:05.895Z","avatar_url":"https://github.com/paradiseduo.png","language":"Python","readme":"# dsdump\nNow you can use [resymbol](https://github.com/paradiseduo/resymbol) replace this tool.\n\nAn improved nm + objc/swift class-dump ([writeup](https://derekselander.github.io/dsdump/))\n\nBased on [DerekSelander/dsdump](https://github.com/DerekSelander/dsdump)\n\nBecause of the original project does not support outputting the results directly to files, So I use Python to output the scan results to files.\n\nUse it like this (**If you want to better view the class name of swift, you can use -d option.\nBut -d option will slow down dsdump speed.**):\n```bash\n\u003e git clone https://github.com/paradiseduo/dsdump.git\n\u003e cd dsdump\n\u003e python3 dsdump.py\n\n    .         .\n    |         |                    {Version: 2.0}\n .-.| .--. .-.| .  . .--.--. .,-.\n(   | `--.(   | |  | |  |  | |   )\n `-'`-`--' `-'`-`--`-'  '  `-|`-'\n                             |\n                             '\n\npython3 dsdump.py\n -i \u003cinputfile\u003e\n -o \u003coutputfile\u003e\n -a [ arm64 | armv7 ]\n -d\n\u003e python3 dsdump.py -i ~/Downloads/Payload/xxx.app/xxx -o ~/Desktop/classes\n/Users/x/Desktop/classes/NSObject.h\n/Users/x/Desktop/classes/XMIAudioPlayerListProtocol.h\n/Users/x/Desktop/classes/UIScrollViewDelegate.h\n/Users/x/Desktop/classes/UIPageViewControllerDataSource.h\n/Users/x/Desktop/classes/UIPageViewControllerDelegate.h\n/Users/x/Desktop/classes/NYTPhotoViewControllerDelegate.h\n/Users/x/Desktop/classes/KKListAdapterProtocol.h\n/Users/x/Desktop/classes/ZHParallaxHeaderDelegate.h\n............\n/Users/x/Desktop/classes/xxx.XXSAppConfigInviteModel.swift\n/Users/x/Desktop/classes/xxx.XXSNewUserGuideView.swift\n/Users/x/Desktop/classes/xxx.XXSLikeUserListCell.swift\n\u003e \n\u003e cat /Users/x/Desktop/classes/xxxKnowledge.XXSShareWebpageModel.swift\n class xxxKnowledge.XXSShareWebpageModel : XXSShareModel {\n\n\t// Properties\n\tvar webpageUrlString : String\n\n\t// ObjC -\u003e Swift bridged methods\n\t0x1003722bc  @objc XXSShareWebpageModel.webpageUrlString \u003cstripped\u003e\n\t0x100372378  @objc XXSShareWebpageModel.setWebpageUrlString: \u003cstripped\u003e\n\t0x1003724f8  @objc XXSShareWebpageModel.init \u003cstripped\u003e\n\t0x1003724e4  @objc XXSShareWebpageModel..cxx_destruct \u003cstripped\u003e\n\n\t// Swift methods\n\t0x100372324  func \u003cstripped\u003e // getter\n\t0x1003723e0  func \u003cstripped\u003e // setter\n\t0x10037243c  func \u003cstripped\u003e // modifyCoroutine\n }%\n```\n\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/paradiseduo/dsdump.svg)](https://starchart.cc/paradiseduo/dsdump)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadiseduo%2Fdsdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadiseduo%2Fdsdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadiseduo%2Fdsdump/lists"}