Skip to content

Commit ce8122b

Browse files
committed
Fixed some new lines in README
1 parent fc0c137 commit ce8122b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ _A disassembler and lifter for the MSP430 architecture._
88
This plugin disassembles MSP430 assembly code and generates LLIL.
99

1010
To install this plugin, navigate to your Binary Ninja plugins directory, and run
11+
1112
```git clone https://github.com/joshwatson/binaryninja-msp430.git msp430```
13+
1214
Then create a python file called `msp430.py` with the contents
15+
1316
```import msp430```
1417

1518
## Minimum Version

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.\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```",
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\n```git clone https://github.com/joshwatson/binaryninja-msp430.git msp430```\n\nThen create a python file called `msp430.py` with the contents\n\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)