Skip to content

Commit

Permalink
Commit from GitHub Actions (Update Plugin Repository)
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Jan 6, 2024
1 parent a11a2ac commit 1d30cae
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
|[ClassyPP](https://github.com/CySHell/ClassyPP)|[CyShell](https://github.com/CySHell)|2023-06-06|MIT|binaryview|Parse and extract class information from MSVC x86 32\64 bit C++ binaries.|
|[Clean Tricks](https://github.com/janbbeck/CleanTricks)|[Jan Beck](https://github.com/janbbeck)|2020-06-08|MIT|architecture, binaryview, core, helper, ui|This plugin removes some simple known obfuscation techniques to cut down on the tedium.|
|[Comments Viewer](https://github.com/matteyeux/comments-viewer)|[matteyeux](https://github.com/matteyeux)|2022-05-27|MIT|ui|Binary Ninja comments viewer|
|[CommentsAndSymbols](https://github.com/moval0x1/CommentsAndSymbols)|[moval0x1](https://github.com/moval0x1)|2024-01-06|MIT|binaryview, ui|Show comments and symbols renamed during the analysis process.|
|[cryptoscan](https://github.com/Rami114/cryptoscan)|[Ben Pottier](https://github.com/Rami114)|2023-09-22|MIT|binaryview, ui|A plugin to detect several common crypto constructs and magic vars.|
|[DBG Loader](https://github.com/gamozolabs/coff_nm)|[Gamozo Labs, LLC](https://github.com/gamozolabs)|2021-11-15|MIT|helper|Load old COFF .dbg files as well as CAB-ed .db_ files!|
|[decomp2dbg](https://github.com/mahaloz/decomp2dbg)|[Zion Basque (@mahaloz)](https://github.com/mahaloz)|2024-01-04|BSD 2-clause|core|Adds support for Binary Ninja decompilation in your debugger, curently only supports GDB|
Expand Down
155 changes: 155 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,159 @@
[
{
"pluginmetadataversion": 2,
"name": "CommentsAndSymbols",
"type": [
"ui",
"binaryview"
],
"api": [
"python3"
],
"description": "Show comments and symbols renamed during the analysis process.",
"longdescription": "# Comments And Symbols (v1.0.0)\nAuthor: **moval0x1**\n\n_Show comments and symbols renamed during the analysis process._\n\n## Description:\n\nYou can use this plugin to show comments and symbols renamed during the analysis process.\n\n![Comments and Symbols](img/bn-commentsAndSymbols.png)\n\nWhen you need to find a comment that you did, you can filter the text to find it and refresh it when you rename a function or add a new comment.\n\n![Filter](img/bn-filter.png)\n\n## Installation\n\nClone this repo into your Binary Ninja plugin directory.\n\n\n## Minimum Version\n\nThis plugin requires the following minimum version of Binary Ninja:\n\n* 4526\n\n## License\n\nThis plugin is released under a MIT license.\n## Metadata Version\n\n2\n\n## Credits\nInspired by [Comments Viewer](https://github.com/matteyeux/comments-viewer)\n",
"license": {
"name": "MIT",
"text": "Copyright (c) 2024 <moval0x1>\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.\n"
},
"platforms": [
"Darwin",
"Linux",
"Windows"
],
"installinstructions": {
"Darwin": "",
"Linux": "",
"Windows": ""
},
"dependencies": "",
"version": "1.0.0",
"author": "moval0x1",
"minimumbinaryninjaversion": 4526,
"lastUpdated": 1704510452,
"projectUrl": "https://github.com/moval0x1/CommentsAndSymbols",
"projectData": {
"id": 739117661,
"node_id": "R_kgDOLA4KXQ",
"name": "CommentsAndSymbols",
"full_name": "moval0x1/CommentsAndSymbols",
"private": false,
"owner": {
"login": "moval0x1",
"id": 6342021,
"node_id": "MDQ6VXNlcjYzNDIwMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6342021?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moval0x1",
"html_url": "https://github.com/moval0x1",
"followers_url": "https://api.github.com/users/moval0x1/followers",
"following_url": "https://api.github.com/users/moval0x1/following{/other_user}",
"gists_url": "https://api.github.com/users/moval0x1/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moval0x1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moval0x1/subscriptions",
"organizations_url": "https://api.github.com/users/moval0x1/orgs",
"repos_url": "https://api.github.com/users/moval0x1/repos",
"events_url": "https://api.github.com/users/moval0x1/events{/privacy}",
"received_events_url": "https://api.github.com/users/moval0x1/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/moval0x1/CommentsAndSymbols",
"description": "Show comments and symbols renamed during the analysis process.",
"fork": false,
"url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols",
"forks_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/forks",
"keys_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/teams",
"hooks_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/hooks",
"issue_events_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/issues/events{/number}",
"events_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/events",
"assignees_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/assignees{/user}",
"branches_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/branches{/branch}",
"tags_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/tags",
"blobs_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/statuses/{sha}",
"languages_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/languages",
"stargazers_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/stargazers",
"contributors_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/contributors",
"subscribers_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/subscribers",
"subscription_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/subscription",
"commits_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/contents/{+path}",
"compare_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/merges",
"archive_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/downloads",
"issues_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/issues{/number}",
"pulls_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/pulls{/number}",
"milestones_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/milestones{/number}",
"notifications_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/labels{/name}",
"releases_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/releases{/id}",
"deployments_url": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/deployments",
"created_at": "2024-01-04T20:13:04Z",
"updated_at": "2024-01-06T03:07:32",
"pushed_at": "2024-01-06T03:07:32Z",
"git_url": "git://github.com/moval0x1/CommentsAndSymbols.git",
"ssh_url": "[email protected]:moval0x1/CommentsAndSymbols.git",
"clone_url": "https://github.com/moval0x1/CommentsAndSymbols.git",
"svn_url": "https://github.com/moval0x1/CommentsAndSymbols",
"homepage": null,
"size": 1569,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"temp_clone_token": "",
"network_count": 0,
"subscribers_count": 1
},
"authorUrl": "https://github.com/moval0x1",
"packageUrl": "https://api.github.com/repos/moval0x1/CommentsAndSymbols/zipball/refs/tags/1.0.0",
"packageShortUrl": "https://v35.us/zkbz8y3",
"path": "moval0x1_CommentsAndSymbols",
"commit": "c592977b204d15aae08dfc9fe8fb01c17be501a3",
"minimumBinaryNinjaVersion": 0
},
{
"pluginmetadataversion": 2,
"name": "BinjaExportTox64dbg",
Expand Down

0 comments on commit 1d30cae

Please sign in to comment.