Skip to content

Commit 6dd8f39

Browse files
committed
chore(plugin.json): update metadata
1 parent b5fc8ab commit 6dd8f39

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

plugin.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
{
2-
"api": ["python3"],
2+
"api": [
3+
"python3"
4+
],
35
"author": "434b",
4-
"description": "Instruction assembler",
6+
"description": "Interactive shellcode disassembler/assembler",
57
"license": {
68
"name": "Apache 2.0",
7-
"text": "Copyright 2024 0x434b <admin@0x434b.dev>"
9+
"text": "Copyright 2024 0x434b <admin@0x434b.dev> Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
810
},
911
"longdescription": "",
1012
"minimumbinaryninjaversion": 4526,
1113
"name": "Shellcoder",
12-
"platforms": ["Darwin", "Linux", "Windows"],
14+
"platforms": [
15+
"Darwin",
16+
"Linux",
17+
"Windows"
18+
],
1319
"pluginmetadataversion": 2,
14-
"type": ["helper"],
20+
"type": [
21+
"helper"
22+
],
1523
"version": "1.0.0"
1624
}

0 commit comments

Comments
 (0)