Skip to content

Commit d5edd71

Browse files
committed
rename main module and update ddescription
1 parent b730160 commit d5edd71

File tree

2 files changed

+37
-29
lines changed

2 files changed

+37
-29
lines changed

README.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
1-
# 6502 Binary Ninja Plugin
2-
Author: Vector35 Inc
1+
# 6502 Architecture Plugin (v1.0.3)
2+
Author: **Vector 35 Inc**
3+
4+
_An architecture plugin for 6502 and binary view for NES roms._
5+
6+
## Description:
7+
8+
An architecture plugin for the <a href='https://en.wikipedia.org/wiki/MOS_Technology_6502'>6502</a> processsor and a binary view for NES roms. <img src='https://raw.githubusercontent.com/Vector35/6502/master/media/nes.png'>
9+
10+
11+
## Installation Instructions
12+
13+
### Darwin
14+
15+
no special instructions, package manager is recommended
16+
17+
### Linux
18+
19+
no special instructions, package manager is recommended
20+
21+
### Windows
22+
23+
no special instructions, package manager is recommended
24+
25+
## Minimum Version
26+
27+
This plugin requires the following minimum version of Binary Ninja:
28+
29+
* 1200
330

4-
This is an architecture plugin for [6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) and binary view for NES roms.
531

6-
![](./media/nes.png)
732

833
## Required Dependencies
934

10-
There are no external dependencies for this plugin.
35+
The following dependencies are required for this plugin:
36+
37+
1138

1239
## License
1340

14-
This plugin is released under a [MIT](https://github.com/Vector35/snippets/blob/master/LICENSE) license.
41+
This plugin is released under a MIT license.
42+
## Metadata Version
43+
44+
2

plugin.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
{
2-
"pluginmetadataversion": 2,
3-
"name": "6502 Architecture Plugin",
4-
"type": ["architecture"],
5-
"api": ["python2", "python3"],
6-
"description": "An architecture plugin for 6502 and binary view for NES roms.",
7-
"longdescription": "An architecture plugin for the <a href='https://en.wikipedia.org/wiki/MOS_Technology_6502'>6502</a> processsor and a binary view for NES roms. <img src='https://raw.githubusercontent.com/Vector35/6502/master/media/nes.png'>",
8-
"license": {
9-
"name": "MIT",
10-
"text": "Copyright (c) 2019 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."
11-
},
12-
"platforms" : ["Darwin", "Linux", "Windows"],
13-
"installinstructions" : {
14-
"Darwin" : "no special instructions, package manager is recommended",
15-
"Linux" : "no special instructions, package manager is recommended",
16-
"Windows" : "no special instructions, package manager is recommended"
17-
},
18-
"dependencies": {
19-
},
20-
"version": "1.0.2",
21-
"author": "Vector 35 Inc",
22-
"minimumbinaryninjaversion": 1200
23-
}
1+
{"pluginmetadataversion": 2, "name": "6502 Architecture Plugin", "type": ["architecture"], "api": ["python2", "python3"], "description": "An architecture plugin for 6502 and binary view for NES roms.", "longdescription": "An architecture plugin for the <a href='https://en.wikipedia.org/wiki/MOS_Technology_6502'>6502</a> processsor and a binary view for NES roms. <img src='https://raw.githubusercontent.com/Vector35/6502/master/media/nes.png'>", "license": {"name": "MIT", "text": "Copyright (c) 2019 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."}, "platforms": ["Darwin", "Linux", "Windows"], "installinstructions": {"Darwin": "no special instructions, package manager is recommended", "Linux": "no special instructions, package manager is recommended", "Windows": "no special instructions, package manager is recommended"}, "dependencies": {}, "version": "1.0.3", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 1200}

0 commit comments

Comments
 (0)