peinjector/package/debug/manifest.json

38 lines
794 B
JSON

{
"version": "0.0.1",
"name": "debug",
"author": "cxykevin",
"introduce": "PEinjector/命令行工具",
"compatibility": {
"injector": {
"min": "0.0.1"
}
},
"load": {
"symlink": true,
"mode": {
"onload": [
{
"type": "copy",
"from": "dbgtools",
"to": "X:/dbgtools"
}
]
}
},
"start": {
"icon": {
"name": "cmd",
"command": "X:/Windows/system32/cmd.exe",
"icon": "X:/Windows/system32/cmd.exe"
},
"path": [
"X:/dbgtools"
]
},
"keywords": [
"debug",
"PEinjector"
],
"dependence": []
}