Skip to content

Commit

Permalink
update GoReSym plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Mar 7, 2024
1 parent 46132cb commit 25192b9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| PluginName | Author | Description | Last Updated | Type | License |
|------------|--------|-------------|--------------|------|---------|
|[0CD](https://github.com/0xb0bb/0CD)|[b0bb](https://github.com/0xb0bb)|Quality of life utilities for obsessive compulsive CTF enthusiasts.|2022-02-17|helper|MIT|
|[Add GoReSym Info](https://github.com/xusheng6/binja-GoReSym)|[Xusheng](https://github.com/xusheng6)|Add information recovered by tool GoReSym into the binary view|2023-07-04|helper|MIT|
|[Add GoReSym Info](https://github.com/xusheng6/binja-GoReSym)|[Xusheng](https://github.com/xusheng6)|Add information recovered by tool GoReSym into the binary view|2024-03-07|helper|MIT|
|[Add XFG Xref](https://github.com/xusheng6/add-xfg-xref)|[Xusheng](https://github.com/xusheng6)|Add xref from caller to callee based on XFG hashes|2023-06-11|helper|MIT|
|[AMD-SP/PSP Loader](https://github.com/dayzerosec/AMD-SP-Loader)|[dayzerosec](https://github.com/dayzerosec)|Loader for AMD-SP or PSP firmware binaries.|2023-01-29|binaryview|MIT|
|[Annotate Functions](https://github.com/bkerler/annotate)|[B.Kerler with code from John Levy and @carstein](https://github.com/bkerler)|A plugin that annotates function arguments.|2019-07-09|binaryview|MIT|
Expand Down
60 changes: 30 additions & 30 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@
"python3"
],
"description": "Add information recovered by tool GoReSym into the binary view",
"longdescription": "# binja-GoReSym\nBinary Ninja plugin to load the json result generated by the mandiant/GoReSym project\n",
"longdescription": "# binja-GoReSym\n\nBinary Ninja plugin to load the json result generated by the [GoReSym](https://github.com/mandiant/GoReSym) project\n\n## Usage\n\n- Download the `GoReSym` tool from https://github.com/mandiant/GoReSym/releases\n- Run `GoReSym` on a Golang binary and save the json result into a file\n- In Binary Ninja, open the Golang binary\n- Right click, select `Plugins` -> `Apply GoReSym Info`\n- In the dialog that pops up, select the json file generated above\n- Observe function names are applied\n",
"license": {
"name": "MIT",
"text": "Copyright (c) <year> <copyright holders>\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."
Expand All @@ -2266,10 +2266,10 @@
"Windows": ""
},
"dependencies": "",
"version": "1.0.0",
"version": "1.0.2",
"author": "Xusheng",
"minimumbinaryninjaversion": 3164,
"lastUpdated": 1688475042,
"lastUpdated": 1709785984,
"projectUrl": "https://github.com/xusheng6/binja-GoReSym",
"projectData": {
"id": 662065494,
Expand Down Expand Up @@ -2338,8 +2338,8 @@
"releases_url": "https://api.github.com/repos/xusheng6/binja-GoReSym/releases{/id}",
"deployments_url": "https://api.github.com/repos/xusheng6/binja-GoReSym/deployments",
"created_at": "2023-07-04T09:28:05Z",
"updated_at": "2023-07-04T12:50:42",
"pushed_at": "2023-07-11T05:01:07Z",
"updated_at": "2024-03-07T04:33:04",
"pushed_at": "2024-03-07T04:33:03Z",
"git_url": "git://github.com/xusheng6/binja-GoReSym.git",
"ssh_url": "[email protected]:xusheng6/binja-GoReSym.git",
"clone_url": "https://github.com/xusheng6/binja-GoReSym.git",
Expand Down Expand Up @@ -2388,10 +2388,10 @@
"subscribers_count": 1
},
"authorUrl": "https://github.com/xusheng6",
"packageUrl": "https://api.github.com/repos/xusheng6/binja-GoReSym/zipball/refs/tags/1.0.0",
"packageShortUrl": "https://v35.us/41wykeo",
"packageUrl": "https://api.github.com/repos/xusheng6/binja-GoReSym/zipball/refs/tags/1.0.2",
"packageShortUrl": "https://v35.us/sa949rz",
"path": "xusheng6_binjaGoReSym",
"commit": "55aa4db31ff6790932ab8ccbcea62744c021a70f",
"commit": "0643a4658923b04b1c3cd6f6f77954ca3d8491db",
"minimumBinaryNinjaVersion": 0
},
{
Expand Down Expand Up @@ -3285,13 +3285,13 @@
"deployments_url": "https://api.github.com/repos/binsync/binsync/deployments",
"created_at": "2019-07-09T15:53:32Z",
"updated_at": "2023-12-27T02:48:42",
"pushed_at": "2024-02-18T02:22:36Z",
"pushed_at": "2024-03-06T19:52:40Z",
"git_url": "git://github.com/binsync/binsync.git",
"ssh_url": "[email protected]:binsync/binsync.git",
"clone_url": "https://github.com/binsync/binsync.git",
"svn_url": "https://github.com/binsync/binsync",
"homepage": "https://binsync.net",
"size": 8123,
"size": 8151,
"stargazers_count": 485,
"watchers_count": 485,
"language": "Python",
Expand Down Expand Up @@ -6311,8 +6311,8 @@
"svn_url": "https://github.com/ex0dus-0x/fuzzable",
"homepage": "",
"size": 1511,
"stargazers_count": 491,
"watchers_count": 491,
"stargazers_count": 492,
"watchers_count": 492,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand Down Expand Up @@ -6346,7 +6346,7 @@
"visibility": "public",
"forks": 51,
"open_issues": 17,
"watchers": 491,
"watchers": 492,
"default_branch": "main",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -8028,13 +8028,13 @@
"deployments_url": "https://api.github.com/repos/fkie-cad/dewolf/deployments",
"created_at": "2021-12-01T08:29:24Z",
"updated_at": "2023-05-04T11:31:15",
"pushed_at": "2024-03-05T15:47:39Z",
"pushed_at": "2024-03-06T20:03:28Z",
"git_url": "git://github.com/fkie-cad/dewolf.git",
"ssh_url": "[email protected]:fkie-cad/dewolf.git",
"clone_url": "https://github.com/fkie-cad/dewolf.git",
"svn_url": "https://github.com/fkie-cad/dewolf",
"homepage": "",
"size": 3921,
"size": 3932,
"stargazers_count": 150,
"watchers_count": 150,
"language": "Python",
Expand Down Expand Up @@ -9457,8 +9457,8 @@
"svn_url": "https://github.com/gaasedelen/lighthouse",
"homepage": "",
"size": 11246,
"stargazers_count": 2115,
"watchers_count": 2115,
"stargazers_count": 2116,
"watchers_count": 2116,
"language": "Python",
"has_issues": true,
"has_projects": false,
Expand Down Expand Up @@ -9493,7 +9493,7 @@
"visibility": "public",
"forks": 311,
"open_issues": 14,
"watchers": 2115,
"watchers": 2116,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -12667,8 +12667,8 @@
"svn_url": "https://github.com/matteyeux/seprom-loader",
"homepage": "",
"size": 503,
"stargazers_count": 46,
"watchers_count": 46,
"stargazers_count": 47,
"watchers_count": 47,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand All @@ -12695,7 +12695,7 @@
"visibility": "public",
"forks": 4,
"open_issues": 1,
"watchers": 46,
"watchers": 47,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -14741,8 +14741,8 @@
"svn_url": "https://github.com/zznop/bnida",
"homepage": "",
"size": 2607,
"stargazers_count": 112,
"watchers_count": 112,
"stargazers_count": 113,
"watchers_count": 113,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand All @@ -14769,7 +14769,7 @@
"visibility": "public",
"forks": 14,
"open_issues": 2,
"watchers": 112,
"watchers": 113,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -16118,8 +16118,8 @@
"svn_url": "https://github.com/chame1eon/binaryninja-frida",
"homepage": null,
"size": 45,
"stargazers_count": 53,
"watchers_count": 53,
"stargazers_count": 54,
"watchers_count": 54,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand All @@ -16146,7 +16146,7 @@
"visibility": "public",
"forks": 11,
"open_issues": 0,
"watchers": 53,
"watchers": 54,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -18990,7 +18990,7 @@
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 5,
"forks_count": 6,
"mirror_url": null,
"archived": false,
"disabled": false,
Expand All @@ -19007,7 +19007,7 @@
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 5,
"forks": 6,
"open_issues": 1,
"watchers": 39,
"default_branch": "master",
Expand All @@ -19019,7 +19019,7 @@
"pull": true
},
"temp_clone_token": "",
"network_count": 5,
"network_count": 6,
"subscribers_count": 4
},
"authorUrl": "https://github.com/Cryptogenic",
Expand Down

0 comments on commit 25192b9

Please sign in to comment.