|
1 | 1 | [ |
| 2 | + { |
| 3 | + "pluginmetadataversion": 2, |
| 4 | + "name": "BN Inspectors", |
| 5 | + "author": "Glenn Smith", |
| 6 | + "type": [ |
| 7 | + "ui", |
| 8 | + "helper" |
| 9 | + ], |
| 10 | + "api": [ |
| 11 | + "python3" |
| 12 | + ], |
| 13 | + "description": "Sidebar inspectors for debugging Binary Ninja itself", |
| 14 | + "longdescription": "Binary Ninja Inspectors\n--\n\nThis is a big collection of inspectors and sidebars for Binary Ninja that I have made and regularly use.\nThey are not really polished or guaranteed to work for people other than myself, but you may get good use out of them.\nNote that many of them (looking at you, Linear Inspector) have abyssmal performance and turn your sidebar game into a bit of a minefield ;)\n\n## Analysis Progress\nSee where your analysis is running (or stalled, as often seems to be the use case)\n\n\n\n## Type Inspector\nDebug the Type Parser api and find out why your types do/don't parse\n\n\n\n## Graph Inspector\nSee what the tokens in the flow graph actually are\n\n\n\n## Linear Inspector\nShows you the contents of the tree structure of Linear View\n\n\n\n## IL Inspector\nSee all the details of all the IL expressions and instructions in a function.\n\n\n\n## Register Inspector\nSee the values of all registers used in the function, and if they changed at the current address.\n\n\n\n## License\n\nMIT License, Copyright Vector 35 since I wrote these on work time\n", |
| 15 | + "license": { |
| 16 | + "name": "MIT", |
| 17 | + "text": "Copyright (c) 2015-2024 Vector 35 Inc\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
| 18 | + }, |
| 19 | + "platforms": [ |
| 20 | + "Darwin", |
| 21 | + "Windows", |
| 22 | + "Linux" |
| 23 | + ], |
| 24 | + "installinstructions": { |
| 25 | + "Darwin": "", |
| 26 | + "Windows": "", |
| 27 | + "Linux": "" |
| 28 | + }, |
| 29 | + "version": "4.2", |
| 30 | + "lastUpdated": 1735343304, |
| 31 | + "projectUrl": "https://github.com/CouleeApps/bn_inspectors", |
| 32 | + "projectData": { |
| 33 | + "id": 784917133, |
| 34 | + "node_id": "R_kgDOLsjijQ", |
| 35 | + "name": "bn_inspectors", |
| 36 | + "full_name": "CouleeApps/bn_inspectors", |
| 37 | + "private": false, |
| 38 | + "owner": { |
| 39 | + "login": "CouleeApps", |
| 40 | + "id": 711973, |
| 41 | + "node_id": "MDQ6VXNlcjcxMTk3Mw==", |
| 42 | + "avatar_url": "https://avatars.githubusercontent.com/u/711973?v=4", |
| 43 | + "gravatar_id": "", |
| 44 | + "url": "https://api.github.com/users/CouleeApps", |
| 45 | + "html_url": "https://github.com/CouleeApps", |
| 46 | + "followers_url": "https://api.github.com/users/CouleeApps/followers", |
| 47 | + "following_url": "https://api.github.com/users/CouleeApps/following{/other_user}", |
| 48 | + "gists_url": "https://api.github.com/users/CouleeApps/gists{/gist_id}", |
| 49 | + "starred_url": "https://api.github.com/users/CouleeApps/starred{/owner}{/repo}", |
| 50 | + "subscriptions_url": "https://api.github.com/users/CouleeApps/subscriptions", |
| 51 | + "organizations_url": "https://api.github.com/users/CouleeApps/orgs", |
| 52 | + "repos_url": "https://api.github.com/users/CouleeApps/repos", |
| 53 | + "events_url": "https://api.github.com/users/CouleeApps/events{/privacy}", |
| 54 | + "received_events_url": "https://api.github.com/users/CouleeApps/received_events", |
| 55 | + "type": "User", |
| 56 | + "user_view_type": "public", |
| 57 | + "site_admin": false |
| 58 | + }, |
| 59 | + "html_url": "https://github.com/CouleeApps/bn_inspectors", |
| 60 | + "description": "All the various sidebars i have collected", |
| 61 | + "fork": false, |
| 62 | + "url": "https://api.github.com/repos/CouleeApps/bn_inspectors", |
| 63 | + "forks_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/forks", |
| 64 | + "keys_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/keys{/key_id}", |
| 65 | + "collaborators_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/collaborators{/collaborator}", |
| 66 | + "teams_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/teams", |
| 67 | + "hooks_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/hooks", |
| 68 | + "issue_events_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/issues/events{/number}", |
| 69 | + "events_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/events", |
| 70 | + "assignees_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/assignees{/user}", |
| 71 | + "branches_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/branches{/branch}", |
| 72 | + "tags_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/tags", |
| 73 | + "blobs_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/git/blobs{/sha}", |
| 74 | + "git_tags_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/git/tags{/sha}", |
| 75 | + "git_refs_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/git/refs{/sha}", |
| 76 | + "trees_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/git/trees{/sha}", |
| 77 | + "statuses_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/statuses/{sha}", |
| 78 | + "languages_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/languages", |
| 79 | + "stargazers_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/stargazers", |
| 80 | + "contributors_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/contributors", |
| 81 | + "subscribers_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/subscribers", |
| 82 | + "subscription_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/subscription", |
| 83 | + "commits_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/commits{/sha}", |
| 84 | + "git_commits_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/git/commits{/sha}", |
| 85 | + "comments_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/comments{/number}", |
| 86 | + "issue_comment_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/issues/comments{/number}", |
| 87 | + "contents_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/contents/{+path}", |
| 88 | + "compare_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/compare/{base}...{head}", |
| 89 | + "merges_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/merges", |
| 90 | + "archive_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/{archive_format}{/ref}", |
| 91 | + "downloads_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/downloads", |
| 92 | + "issues_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/issues{/number}", |
| 93 | + "pulls_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/pulls{/number}", |
| 94 | + "milestones_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/milestones{/number}", |
| 95 | + "notifications_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/notifications{?since,all,participating}", |
| 96 | + "labels_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/labels{/name}", |
| 97 | + "releases_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/releases{/id}", |
| 98 | + "deployments_url": "https://api.github.com/repos/CouleeApps/bn_inspectors/deployments", |
| 99 | + "created_at": "2024-04-10T20:23:31Z", |
| 100 | + "updated_at": "2024-12-27T23:48:24+00:00", |
| 101 | + "pushed_at": "2024-12-27T23:48:24Z", |
| 102 | + "git_url": "git://github.com/CouleeApps/bn_inspectors.git", |
| 103 | + "ssh_url": "git@github.com:CouleeApps/bn_inspectors.git", |
| 104 | + "clone_url": "https://github.com/CouleeApps/bn_inspectors.git", |
| 105 | + "svn_url": "https://github.com/CouleeApps/bn_inspectors", |
| 106 | + "homepage": null, |
| 107 | + "size": 1200, |
| 108 | + "stargazers_count": 2, |
| 109 | + "watchers_count": 2, |
| 110 | + "language": "Python", |
| 111 | + "has_issues": true, |
| 112 | + "has_projects": true, |
| 113 | + "has_downloads": true, |
| 114 | + "has_wiki": false, |
| 115 | + "has_pages": false, |
| 116 | + "has_discussions": false, |
| 117 | + "forks_count": 0, |
| 118 | + "mirror_url": null, |
| 119 | + "archived": false, |
| 120 | + "disabled": false, |
| 121 | + "open_issues_count": 0, |
| 122 | + "license": { |
| 123 | + "key": "mit", |
| 124 | + "name": "MIT License", |
| 125 | + "spdx_id": "MIT", |
| 126 | + "url": "https://api.github.com/licenses/mit", |
| 127 | + "node_id": "MDc6TGljZW5zZTEz" |
| 128 | + }, |
| 129 | + "allow_forking": true, |
| 130 | + "is_template": false, |
| 131 | + "web_commit_signoff_required": false, |
| 132 | + "topics": [], |
| 133 | + "visibility": "public", |
| 134 | + "forks": 0, |
| 135 | + "open_issues": 0, |
| 136 | + "watchers": 2, |
| 137 | + "default_branch": "master", |
| 138 | + "permissions": { |
| 139 | + "admin": false, |
| 140 | + "maintain": false, |
| 141 | + "push": false, |
| 142 | + "triage": false, |
| 143 | + "pull": true |
| 144 | + }, |
| 145 | + "temp_clone_token": "", |
| 146 | + "network_count": 0, |
| 147 | + "subscribers_count": 2 |
| 148 | + }, |
| 149 | + "authorUrl": "https://github.com/CouleeApps", |
| 150 | + "packageUrl": "https://api.github.com/repos/CouleeApps/bn_inspectors/zipball/refs/tags/0.1", |
| 151 | + "packageShortUrl": "https://v35.us/91gsj1x", |
| 152 | + "view_only": false, |
| 153 | + "dependencies": "", |
| 154 | + "path": "CouleeApps_bn_inspectors", |
| 155 | + "commit": "3065947341362074879445399134309214962691", |
| 156 | + "minimumBinaryNinjaVersion": 6455, |
| 157 | + "maximumBinaryNinjaVersion": 999999 |
| 158 | + }, |
2 | 159 | { |
3 | 160 | "pluginmetadataversion": 2, |
4 | 161 | "name": "permap", |
|
0 commit comments