{ "version": "0.0.1", "name": "cli-tools", "author": "cxykevin", "introduce": "PEinjector/命令行工具", "compatibility": { "injector": { "min": "0.0.1", "max": "0.0.1" } }, "load": { "symlink": true, "mode": { "onboot": [ { "type": "copy", "from": "cli", "to": "X:/Windows/system32" } ], "onload": [ { "type": "start", "command": "cmd" } ] } }, "start": { "icon": { "name": "CMD", "command": "cmd", "icon": "X:/Windows/system32/cmd.exe" }, "path": [ "X:/Windows/system32/cli" ] }, "reg": [ "1.reg" ], "keywords": [ "cli", "PEinjector" ], "dependence": [], "datas": [ { "type": "dir", "from": "cli/test.txt", "to": "data1" } ] }