{"id":32328169,"url":"https://github.com/Vector35/debugger","last_synced_at":"2025-10-23T16:01:57.988Z","repository":{"id":37695700,"uuid":"376022846","full_name":"Vector35/debugger","owner":"Vector35","description":"Binary Ninja debugger","archived":false,"fork":false,"pushed_at":"2025-10-17T18:07:07.000Z","size":87374,"stargazers_count":267,"open_issues_count":256,"forks_count":22,"subscribers_count":9,"default_branch":"dev","last_synced_at":"2025-10-18T07:42:28.884Z","etag":null,"topics":["debugger","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vector35.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-11T12:46:38.000Z","updated_at":"2025-10-18T06:08:27.000Z","dependencies_parsed_at":"2024-01-12T13:01:50.510Z","dependency_job_id":"d979eae8-c7d2-4d9b-9f18-c0640afd27b7","html_url":"https://github.com/Vector35/debugger","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Vector35/debugger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vector35%2Fdebugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vector35%2Fdebugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vector35%2Fdebugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vector35%2Fdebugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vector35","download_url":"https://codeload.github.com/Vector35/debugger/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vector35%2Fdebugger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280647985,"owners_count":26366641,"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-10-23T02:00:06.710Z","response_time":142,"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":["debugger","reverse-engineering"],"created_at":"2025-10-23T16:01:19.265Z","updated_at":"2025-10-23T16:01:57.983Z","avatar_url":"https://github.com/Vector35.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Binary Ninja Debugger\n\nThis is the repository for Binary Ninja Debugger. The debugger is written in C++ and is shipped with BN as a plugin.\n\n## Platform and Target Support\n\nThis is the current comparability matrix of the debugger. The columns stand for where we run BN and the rows stand for the targets.\n\n| Target  🔽 Host ▶️                   | macOS                                                   | Linux                                                   | Windows                                                 | Note |\n|--------------------------------------|---------------------------------------------------------|---------------------------------------------------------|---------------------------------------------------------|------|\n| macOS user                           | Yes (Local/Remote)                                      | Yes (Remote)                                            | Yes (Remote)                                            |      |\n| Linux user                           | Yes (Remote)                                            | Yes (Local/Remote)                                      | Yes (Remote)                                            |      |\n| Windows user                         | [#70](https://github.com/Vector35/debugger/issues/70)   | [#70](https://github.com/Vector35/debugger/issues/70)   | Yes (Local/Remote)                                      |      |\n| GDB Server                           | Yes                                                     | Yes                                                     | Yes                                                     |      |\n| GDB RSP (QEMU/VMWare/Qiling/Android) | Yes                                                     | Yes                                                     | Yes                                                     |      |\n| GDB Machine Interface                | [#170](https://github.com/Vector35/debugger/issues/170) | [#170](https://github.com/Vector35/debugger/issues/170) | [#170](https://github.com/Vector35/debugger/issues/170) |      |\n| LLDB Server                          | Yes                                                     | Yes                                                     | Yes                                                     |      |\n| iOS/debugserver                      | Yes                                                     | Yes                                                     | Yes                                                     |      |\n| Windows Kernel                       | No                                                      | No                                                      | Yes (Local/Remote)                                      |      |\n| Windows TTD (WinDbg)                 | No                                                      | No                                                      | Yes (Local)                                             |      |\n| Linux TTD (rr)                       | Yes (Remote)                                            | Yes (Local/Remote)                                      | Yes (Remote)                                            |      |\n| Windows Dump File                    | No                                                      | No                                                      | Yes (Local)                                             |      |\n| Corellium                            | Yes (Remote)                                            | Yes (Remote)                                            | Yes (Remote)                                            |      |\n\nThe progress is also tracked in issue [#122](https://github.com/Vector35/debugger/issues/122).\n\n\n\n## Documentation\n\n- [Online Debugger Python API documentation](https://dev-api.binary.ninja/binaryninja.debugger.debuggercontroller-module.html#binaryninja.debugger.debuggercontroller.DebuggerController)\n- There is also a section about the debugger in the User Guide that comes with Binary Ninja\n\n## Building\n\nThe debugger is already shipped with Binary Ninja in stable and development branch. If you wish to contribute code, see [build](build.md) instructions.\n\n## License\n\nThe Binary Ninja Debugger is open-source with [Apache License 2.0](https://raw.githubusercontent.com/Vector35/debugger/dev/LICENSE)\n\nFor other open-source or redistributable components and their respective licenses, please refer to this\n[list](https://dev-docs.binary.ninja/guide/debugger/index.html#open-source).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVector35%2Fdebugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVector35%2Fdebugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVector35%2Fdebugger/lists"}