-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 2.99 KB
/
plugin.json
File metadata and controls
20 lines (20 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"pluginmetadataversion": 2,
"name": "ScyllaNinja",
"type": ["helper", "ui"],
"api": ["python3"],
"description": "Automated ScyllaHide injection and setup/configuration for Binary Ninja's debugger",
"longdescription": "Binary Ninja integration for [ScyllaHide](https://github.com/x64dbg/ScyllaHide) by x64dbg. Automatically injects the ScyllaHide DLL when the debugger hits the initial breakpoint, helping bypass anti-debugging techniques commonly found in packed or protected executables.\n\n**Features:**\n- Automatic injection on debug start with status bar progress feedback\n- Manual injection via Plugins > ScyllaNinja > Inject ScyllaHide\n- Intelligent process detection with fuzzy matching\n- Multi-binary support with independent injection state\n- Double-injection prevention\n\n**Setup:**\n1. Download ScyllaHide binaries from https://github.com/x64dbg/ScyllaHide/releases/tag/v1.4\n2. Extract InjectorCLIx64.exe, InjectorCLIx86.exe, HookLibraryx64.dll, HookLibraryx86.dll\n3. Configure in Settings > Debugger > scyllahide\n4. Enable automatic injection and select a profile\n5. Start debugging - ScyllaHide injects automatically\n\nScyllaHide handles PEB manipulation, NT API hooking, and timing protection to hide the debugger from anti-debug checks.",
"license": {
"name": "MIT",
"text": "Copyright (c) 2025 Script-Ware Software\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."
},
"platforms": ["Windows"],
"installinstructions": {
"Windows": "1. Install plugin via Binary Ninja Plugin Manager or copy to %APPDATA%\\Binary Ninja\\plugins\n2. Download ScyllaHide from https://github.com/x64dbg/ScyllaHide/releases/tag/v1.4\n3. Extract InjectorCLIx64.exe, InjectorCLIx86.exe, HookLibraryx64.dll, HookLibraryx86.dll to a directory\n4. Configure in Settings > Debugger > scyllahide:\n - Set ScyllaHide Directory\n - Enable automatic injection (optional)\n - Select profile (default: Basic)\n5. Open a binary and start debugging"
},
"dependencies": {},
"version": "1.0.0",
"author": "Script-Ware Software",
"minimumbinaryninjaversion": 5000
}