-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 1.79 KB
/
Copy pathplugin.json
File metadata and controls
22 lines (22 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"pluginmetadataversion": 2,
"name": "MTK View",
"type": ["binaryview"],
"api": ["rust"],
"description": "A loader plugin for Mediatek Preloader and LK binaries.",
"longdescription": "",
"license": {
"name": "MIT",
"text": "Copyright (c) 2026 osecurio\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
},
"platforms": ["Darwin", "Linux", "Windows"],
"installinstructions": {
"Darwin": "Clone from Github, compile, place dynamic library in the binary ninja plugins directory.",
"Linux": "Clone from Github, compile, place dynamic library in the binary ninja plugins directory.",
"Windows": "Clone from Github, compile, place dynamic library in the binary ninja plugins directory."
},
"dependencies": null,
"version": "0.1.4",
"author": "osecurio",
"minimumbinaryninjaversion": 10088
}