Skip to content

Commit

Permalink
Update zznop/bn-genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ElykDeer committed Nov 4, 2024
1 parent 7db4754 commit a38351a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
|[GameCube DOL](https://github.com/PistonMiner/binaryninja-gc-dol)|[Linus S. (aka PistonMiner)](https://github.com/PistonMiner)|GameCube DOL file BinaryView|python3|2021-07-08|binaryview|MIT|
|[GameCube symbol map loader](https://github.com/PistonMiner/binaryninja-gc-load-map)|[Linus S. (aka PistonMiner)](https://github.com/PistonMiner)|GameCube symbol map loader|python3|2021-07-08|helper|MIT|
|[GEF-Binja](https://github.com/hugsy/gef-binja)|[hugsy](https://github.com/hugsy)|Interface Binary Ninja with GDB-GEF easily.|python3|2020-05-18|helper, ui|MIT|
|[genesis](https://github.com/zznop/bn-genesis)|[zznop](https://github.com/zznop)|SEGA Megadrive/Genesis ROM Hacking Toolkit|python2|2019-07-23|patch|MIT|
|[genesis](https://github.com/zznop/bn-genesis)|[zznop](https://github.com/zznop)|SEGA Megadrive/Genesis ROM Hacking Toolkit|python3|2024-11-04|helper, ui|MIT|
|[Ghinja](https://github.com/Martyx00/ghinja)|[Martin Petran](https://github.com/Martyx00)|Plugin to embed Ghidra Decompiler into Binary Ninja|python3|2022-06-08|ui|Apache-2.0|
|[Go Calling Convention](https://github.com/PistonMiner/binaryninja-go-callconv)|[Linus S. (aka PistonMiner)](https://github.com/PistonMiner)|Adds the "gocall" calling convention|python3|2023-12-14|helper|MIT|
|[GO Loader Assist](https://github.com/f0rki/bn-goloader)|[Michael Rodler](https://github.com/f0rki)|Short script that parses go symbol table and renames/creates functions.|python2|2021-02-02|ui|MIT|
Expand Down
58 changes: 29 additions & 29 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,8 @@
"svn_url": "https://github.com/computerman00/BinaryNinja-PSVitaLoader",
"homepage": null,
"size": 1464,
"stargazers_count": 5,
"watchers_count": 5,
"stargazers_count": 6,
"watchers_count": 6,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand All @@ -1092,7 +1092,7 @@
"visibility": "public",
"forks": 2,
"open_issues": 0,
"watchers": 5,
"watchers": 6,
"default_branch": "main",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -7526,8 +7526,8 @@
"svn_url": "https://github.com/binsync/binsync",
"homepage": "https://binsync.net",
"size": 8133,
"stargazers_count": 581,
"watchers_count": 581,
"stargazers_count": 582,
"watchers_count": 582,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand Down Expand Up @@ -7562,7 +7562,7 @@
"visibility": "public",
"forks": 41,
"open_issues": 47,
"watchers": 581,
"watchers": 582,
"default_branch": "main",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -12831,8 +12831,8 @@
"svn_url": "https://github.com/bootleg/ret-sync",
"homepage": "",
"size": 2792,
"stargazers_count": 2023,
"watchers_count": 2023,
"stargazers_count": 2025,
"watchers_count": 2025,
"language": "C",
"has_issues": true,
"has_projects": true,
Expand Down Expand Up @@ -12868,7 +12868,7 @@
"visibility": "public",
"forks": 257,
"open_issues": 33,
"watchers": 2023,
"watchers": 2025,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -13771,8 +13771,8 @@
"svn_url": "https://github.com/gaasedelen/lighthouse",
"homepage": "",
"size": 11246,
"stargazers_count": 2250,
"watchers_count": 2250,
"stargazers_count": 2251,
"watchers_count": 2251,
"language": "Python",
"has_issues": true,
"has_projects": false,
Expand Down Expand Up @@ -13807,7 +13807,7 @@
"visibility": "public",
"forks": 307,
"open_issues": 22,
"watchers": 2250,
"watchers": 2251,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -14721,8 +14721,8 @@
"svn_url": "https://github.com/zznop/bn-uefi-helper",
"homepage": "",
"size": 1149,
"stargazers_count": 89,
"watchers_count": 89,
"stargazers_count": 90,
"watchers_count": 90,
"language": "C",
"has_issues": true,
"has_projects": true,
Expand All @@ -14743,7 +14743,7 @@
"visibility": "public",
"forks": 12,
"open_issues": 3,
"watchers": 89,
"watchers": 90,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down Expand Up @@ -19555,13 +19555,13 @@
"installinstructions": {}
},
{
"pluginmetadataversion": 1,
"pluginmetadataversion": 2,
"name": "genesis",
"type": [
"patch"
"ui",
"helper"
],
"api": [
"python2",
"python3"
],
"description": "SEGA Megadrive/Genesis ROM Hacking Toolkit",
Expand All @@ -19574,9 +19574,9 @@
"Linux"
],
"dependencies": "",
"version": "1.1",
"version": "1.2",
"author": "zznop",
"lastUpdated": 1563907305,
"lastUpdated": 1730730484,
"projectUrl": "https://github.com/zznop/bn-genesis",
"projectData": {
"id": 174780965,
Expand Down Expand Up @@ -19646,8 +19646,8 @@
"releases_url": "https://api.github.com/repos/zznop/bn-genesis/releases{/id}",
"deployments_url": "https://api.github.com/repos/zznop/bn-genesis/deployments",
"created_at": "2019-03-10T05:15:56Z",
"updated_at": "2019-07-23T18:41:45+00:00",
"pushed_at": "2021-09-13T02:47:15Z",
"updated_at": "2024-11-04T14:28:04+00:00",
"pushed_at": "2024-11-04T14:26:49Z",
"git_url": "git://github.com/zznop/bn-genesis.git",
"ssh_url": "git@github.com:zznop/bn-genesis.git",
"clone_url": "https://github.com/zznop/bn-genesis.git",
Expand Down Expand Up @@ -19696,12 +19696,12 @@
"subscribers_count": 4
},
"authorUrl": "https://github.com/zznop",
"packageUrl": "https://api.github.com/repos/zznop/bn-genesis/zipball/refs/tags/1.1",
"packageShortUrl": "https://v35.us/dvka02p",
"packageUrl": "https://api.github.com/repos/zznop/bn-genesis/zipball/refs/tags/1.2",
"packageShortUrl": "https://v35.us/pri2g5p",
"view_only": false,
"path": "zznop_bngenesis",
"commit": "2c13bf82407ba6ccbaff7583f018fc2eb8d76106",
"minimumBinaryNinjaVersion": 0,
"commit": "d1d0cae8c997f659052cf6673a5d5675ca62c61c",
"minimumBinaryNinjaVersion": 1200,
"maximumBinaryNinjaVersion": 999999,
"installinstructions": {}
},
Expand Down Expand Up @@ -25108,8 +25108,8 @@
"svn_url": "https://github.com/Rami114/cryptoscan",
"homepage": null,
"size": 85,
"stargazers_count": 61,
"watchers_count": 61,
"stargazers_count": 62,
"watchers_count": 62,
"language": "Python",
"has_issues": true,
"has_projects": true,
Expand All @@ -25136,7 +25136,7 @@
"visibility": "public",
"forks": 7,
"open_issues": 2,
"watchers": 61,
"watchers": 62,
"default_branch": "master",
"permissions": {
"admin": false,
Expand Down

0 comments on commit a38351a

Please sign in to comment.