-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit from GitHub Actions (Update Plugin Repository)
- Loading branch information
negasora
committed
Jul 12, 2024
1 parent
044c84c
commit c4fda83
Showing
2 changed files
with
24 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,162 +1,4 @@ | ||
[ | ||
{ | ||
"pluginmetadataversion": 2, | ||
"name": "Binary Ninja Ollama", | ||
"type": [ | ||
"core", | ||
"ui", | ||
"architecture", | ||
"binaryview", | ||
"helper" | ||
], | ||
"api": [ | ||
"python3" | ||
], | ||
"description": "Binary Ninja Ollama integrates with your own locally hosted ollama server to rename functions and variables with AI", | ||
"longdescription": "Ollama is a free, open source tool that allows you to host locally run AI models. Binary Ninja Ollama allows you to utilize your locally hosted ollama server to preform reverse engineering tasks such as renaming functions and variables with AI FOR FREE.", | ||
"license": { | ||
"name": "MIT", | ||
"text": "Copyright (c) 2024 ahaggard2013 \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." | ||
}, | ||
"platforms": [ | ||
"Darwin", | ||
"Linux", | ||
"Windows" | ||
], | ||
"installinstructions": { | ||
"Darwin": "", | ||
"Linux": "", | ||
"Windows": "" | ||
}, | ||
"dependencies": "PySide6\nollama\n", | ||
"version": "1.0.2", | ||
"author": "Austin Haggard", | ||
"minimumbinaryninjaversion": 4, | ||
"lastUpdated": 1720664420, | ||
"projectUrl": "https://github.com/ahaggard2013/binaryninja-ollama", | ||
"projectData": { | ||
"id": 827058392, | ||
"node_id": "R_kgDOMUvo2A", | ||
"name": "binaryninja-ollama", | ||
"full_name": "ahaggard2013/binaryninja-ollama", | ||
"private": false, | ||
"owner": { | ||
"login": "ahaggard2013", | ||
"id": 10605201, | ||
"node_id": "MDQ6VXNlcjEwNjA1MjAx", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/10605201?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/ahaggard2013", | ||
"html_url": "https://github.com/ahaggard2013", | ||
"followers_url": "https://api.github.com/users/ahaggard2013/followers", | ||
"following_url": "https://api.github.com/users/ahaggard2013/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/ahaggard2013/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/ahaggard2013/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/ahaggard2013/subscriptions", | ||
"organizations_url": "https://api.github.com/users/ahaggard2013/orgs", | ||
"repos_url": "https://api.github.com/users/ahaggard2013/repos", | ||
"events_url": "https://api.github.com/users/ahaggard2013/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/ahaggard2013/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"html_url": "https://github.com/ahaggard2013/binaryninja-ollama", | ||
"description": null, | ||
"fork": false, | ||
"url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama", | ||
"forks_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/forks", | ||
"keys_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/keys{/key_id}", | ||
"collaborators_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/collaborators{/collaborator}", | ||
"teams_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/teams", | ||
"hooks_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/hooks", | ||
"issue_events_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/issues/events{/number}", | ||
"events_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/events", | ||
"assignees_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/assignees{/user}", | ||
"branches_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/branches{/branch}", | ||
"tags_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/tags", | ||
"blobs_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/git/blobs{/sha}", | ||
"git_tags_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/git/tags{/sha}", | ||
"git_refs_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/git/refs{/sha}", | ||
"trees_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/git/trees{/sha}", | ||
"statuses_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/statuses/{sha}", | ||
"languages_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/languages", | ||
"stargazers_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/stargazers", | ||
"contributors_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/contributors", | ||
"subscribers_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/subscribers", | ||
"subscription_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/subscription", | ||
"commits_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/commits{/sha}", | ||
"git_commits_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/git/commits{/sha}", | ||
"comments_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/comments{/number}", | ||
"issue_comment_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/issues/comments{/number}", | ||
"contents_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/contents/{+path}", | ||
"compare_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/compare/{base}...{head}", | ||
"merges_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/merges", | ||
"archive_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/{archive_format}{/ref}", | ||
"downloads_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/downloads", | ||
"issues_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/issues{/number}", | ||
"pulls_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/pulls{/number}", | ||
"milestones_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/milestones{/number}", | ||
"notifications_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/notifications{?since,all,participating}", | ||
"labels_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/labels{/name}", | ||
"releases_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/releases{/id}", | ||
"deployments_url": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/deployments", | ||
"created_at": "2024-07-11T00:08:22Z", | ||
"updated_at": "2024-07-11T02:20:20", | ||
"pushed_at": "2024-07-11T03:10:11Z", | ||
"git_url": "git://github.com/ahaggard2013/binaryninja-ollama.git", | ||
"ssh_url": "[email protected]:ahaggard2013/binaryninja-ollama.git", | ||
"clone_url": "https://github.com/ahaggard2013/binaryninja-ollama.git", | ||
"svn_url": "https://github.com/ahaggard2013/binaryninja-ollama", | ||
"homepage": null, | ||
"size": 4415, | ||
"stargazers_count": 1, | ||
"watchers_count": 1, | ||
"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": 1, | ||
"default_branch": "main", | ||
"permissions": { | ||
"admin": false, | ||
"maintain": false, | ||
"push": false, | ||
"triage": false, | ||
"pull": true | ||
}, | ||
"temp_clone_token": "", | ||
"network_count": 0, | ||
"subscribers_count": 2 | ||
}, | ||
"authorUrl": "https://github.com/ahaggard2013", | ||
"packageUrl": "https://api.github.com/repos/ahaggard2013/binaryninja-ollama/zipball/refs/tags/1.0.3", | ||
"packageShortUrl": "https://v35.us/o5uj4eq", | ||
"path": "ahaggard2013_binaryninjaollama", | ||
"commit": "3650df9fedd89a882584c7771cddc9951ef8e076", | ||
"minimumBinaryNinjaVersion": 0 | ||
}, | ||
{ | ||
"pluginmetadataversion": 2, | ||
"name": "themida-unmutate-bn", | ||
|
@@ -263,8 +105,8 @@ | |
"svn_url": "https://github.com/ergrelet/themida-unmutate-bn", | ||
"homepage": "", | ||
"size": 21, | ||
"stargazers_count": 8, | ||
"watchers_count": 8, | ||
"stargazers_count": 9, | ||
"watchers_count": 9, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -300,7 +142,7 @@ | |
"visibility": "public", | ||
"forks": 0, | ||
"open_issues": 1, | ||
"watchers": 8, | ||
"watchers": 9, | ||
"default_branch": "main", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -426,8 +268,8 @@ | |
"svn_url": "https://github.com/leandrofroes/bn_ifl", | ||
"homepage": null, | ||
"size": 150, | ||
"stargazers_count": 18, | ||
"watchers_count": 18, | ||
"stargazers_count": 20, | ||
"watchers_count": 20, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -448,7 +290,7 @@ | |
"visibility": "public", | ||
"forks": 1, | ||
"open_issues": 0, | ||
"watchers": 18, | ||
"watchers": 20, | ||
"default_branch": "main", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -1874,8 +1716,8 @@ | |
"svn_url": "https://github.com/mrphrazer/reverser_ai", | ||
"homepage": "", | ||
"size": 828, | ||
"stargazers_count": 695, | ||
"watchers_count": 695, | ||
"stargazers_count": 700, | ||
"watchers_count": 700, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -1902,7 +1744,7 @@ | |
"visibility": "public", | ||
"forks": 39, | ||
"open_issues": 2, | ||
"watchers": 695, | ||
"watchers": 700, | ||
"default_branch": "main", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -8400,8 +8242,8 @@ | |
"svn_url": "https://github.com/hyuunnn/Hyara", | ||
"homepage": "", | ||
"size": 8635, | ||
"stargazers_count": 220, | ||
"watchers_count": 220, | ||
"stargazers_count": 221, | ||
"watchers_count": 221, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -8444,7 +8286,7 @@ | |
"visibility": "public", | ||
"forks": 43, | ||
"open_issues": 9, | ||
"watchers": 220, | ||
"watchers": 221, | ||
"default_branch": "master", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -10455,8 +10297,8 @@ | |
"svn_url": "https://github.com/bootleg/ret-sync", | ||
"homepage": "", | ||
"size": 2792, | ||
"stargazers_count": 1942, | ||
"watchers_count": 1942, | ||
"stargazers_count": 1943, | ||
"watchers_count": 1943, | ||
"language": "C", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -10492,7 +10334,7 @@ | |
"visibility": "public", | ||
"forks": 255, | ||
"open_issues": 31, | ||
"watchers": 1942, | ||
"watchers": 1943, | ||
"default_branch": "master", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -10915,8 +10757,8 @@ | |
"svn_url": "https://github.com/ehennenfent/binja_explain_instruction", | ||
"homepage": "", | ||
"size": 840, | ||
"stargazers_count": 51, | ||
"watchers_count": 51, | ||
"stargazers_count": 52, | ||
"watchers_count": 52, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -10947,7 +10789,7 @@ | |
"visibility": "public", | ||
"forks": 4, | ||
"open_issues": 5, | ||
"watchers": 51, | ||
"watchers": 52, | ||
"default_branch": "master", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -11383,8 +11225,8 @@ | |
"svn_url": "https://github.com/gaasedelen/lighthouse", | ||
"homepage": "", | ||
"size": 11246, | ||
"stargazers_count": 2195, | ||
"watchers_count": 2195, | ||
"stargazers_count": 2196, | ||
"watchers_count": 2196, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": false, | ||
|
@@ -11419,7 +11261,7 @@ | |
"visibility": "public", | ||
"forks": 302, | ||
"open_issues": 19, | ||
"watchers": 2195, | ||
"watchers": 2196, | ||
"default_branch": "master", | ||
"permissions": { | ||
"admin": false, | ||
|
@@ -21749,8 +21591,8 @@ | |
"svn_url": "https://github.com/toolCHAINZ/DUMB", | ||
"homepage": null, | ||
"size": 40, | ||
"stargazers_count": 12, | ||
"watchers_count": 12, | ||
"stargazers_count": 13, | ||
"watchers_count": 13, | ||
"language": "Python", | ||
"has_issues": true, | ||
"has_projects": true, | ||
|
@@ -21777,7 +21619,7 @@ | |
"visibility": "public", | ||
"forks": 2, | ||
"open_issues": 1, | ||
"watchers": 12, | ||
"watchers": 13, | ||
"default_branch": "master", | ||
"permissions": { | ||
"admin": false, | ||
|