Skip to content

Commit fc0c137

Browse files
committed
Added installation instructions to README.md and plugin.json
1 parent 7a30b18 commit fc0c137

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ _A disassembler and lifter for the MSP430 architecture._
77

88
This plugin disassembles MSP430 assembly code and generates LLIL.
99

10+
To install this plugin, navigate to your Binary Ninja plugins directory, and run
11+
```git clone https://github.com/joshwatson/binaryninja-msp430.git msp430```
12+
Then create a python file called `msp430.py` with the contents
13+
```import msp430```
14+
1015
## Minimum Version
1116

1217
This plugin requires the following minimum version of Binary Ninja:

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": ["core", "ui", "architecture"],
55
"api": "python2",
66
"description": "A disassembler and lifter for the MSP430 architecture.",
7-
"longdescription": "This plugin disassembles MSP430 assembly code and generates LLIL.",
7+
"longdescription": "This plugin disassembles MSP430 assembly code and generates LLIL.\n\nTo install this plugin, navigate to your Binary Ninja plugins directory, and run\n```git clone https://github.com/joshwatson/binaryninja-msp430.git msp430```\nThen create a python file called `msp430.py` with the contents\n```import msp430```",
88
"license": {
99
"name": "MIT",
1010
"text": "Copyright (c) 2016 Josh Watson.\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."

0 commit comments

Comments
 (0)