Skip to content

Commit 3338725

Browse files
committed
updated README and plugin.json to reflect version number 0.5
1 parent c656c10 commit 3338725

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Motorola 68k Architecture Plugin (v0.2)
1+
# Motorola 68k Architecture Plugin (v0.5)
22
Original Author: [**Alex Forencich**](http://www.github.com/alexforencich)
3+
34
Previous Maintainer: [**Jason Wright**](http://www.github.com/wrigjl)
45

56
_A Binary Ninja disassembler and lifter for the Motorola 68k architecture._
@@ -15,7 +16,9 @@ Development of this plugin has moved to
1516

1617
This plugin disassembles Motorola 68k machine code and generates LLIL.
1718

18-
To install this plugin, navigate to your Binary Ninja plugins directory, and run
19+
To install this plugin, install from the Binary Ninja Plugin Manager.
20+
21+
Alternatively, navigate to your Binary Ninja plugins directory, and run
1922

2023
```git clone https://github.com/galenbwill/binaryninja-m68k.git m68k```
2124

plugin.json

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
{
2-
"plugin": {
3-
"pluginmetadataversion": 2,
4-
"name": "Motorola 68k Architecture Plugin",
5-
"type": [
6-
"architecture"
7-
],
8-
"api": [
9-
"python3"
10-
],
11-
"description": "A disassembler and lifter for the Motorola 68k architecture.",
12-
"longdescription": "This plugin disassembles Motorola 68k machine 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/galenbwill/binaryninja-m68k.git m68k```",
13-
"license": {
14-
"name": "MIT",
15-
"text": "Copyright (c) 2022 Alex Forencich, Galen Williamson\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."
16-
},
17-
"platforms": [
18-
"Windows",
19-
"Linux",
20-
"Darwin"
21-
],
22-
"installinstructions": {
23-
"Windows": "",
24-
"Linux": "",
25-
"Darwin": ""
26-
},
27-
"dependencies": {},
28-
"version": "0.4",
29-
"author": "Alex Forencich, Jason L. Wright, Galen Williamson",
30-
"minimumbinaryninjaversion": 3233
31-
}
2+
"pluginmetadataversion": 2,
3+
"name": "Motorola 68k Architecture Plugin",
4+
"author": "Galen Williamson",
5+
"type": [
6+
"architecture"
7+
],
8+
"api": [
9+
"python3"
10+
],
11+
"description": "A disassembler and lifter for the Motorola 68k architecture.",
12+
"longdescription": "This plugin disassembles Motorola 68k machine 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/galenbwill/binaryninja-m68k.git m68k```",
13+
"license": {
14+
"name": "MIT",
15+
"text": "Copyright 2022 Alex Forencich, Galen Williamson\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."
16+
},
17+
"platforms": [
18+
"Darwin",
19+
"Windows",
20+
"Linux"
21+
],
22+
"installinstructions": {
23+
"Darwin": "",
24+
"Windows": "",
25+
"Linux": ""
26+
},
27+
"version": "v0.5",
28+
"minimumbinaryninjaversion": 3469
3229
}

0 commit comments

Comments
 (0)