26 lines
621 B
JSON
26 lines
621 B
JSON
{
|
|
"authors": ["k0"],
|
|
"version": "1.0.0",
|
|
"copyright": "Copyright © 2024, k0",
|
|
"description": "Versatile stealthy control and exfiltration framework",
|
|
"license": "MIT",
|
|
"name": "angel",
|
|
"targetType": "executable",
|
|
"targetPath": "bin",
|
|
"sourcePaths": ["angel"],
|
|
"mainSourceFile": "angel/angel.d",
|
|
"libs-windows": ["crypt32"],
|
|
"libs-posix": [],
|
|
"copyFiles": ["../LICENSE.txt"],
|
|
"copyFiles-windows-x86": ["libs/win32/*.dll"],
|
|
"extraDependencyFiles": ["libs/crypto/*"],
|
|
"buildOptions": [
|
|
"noBoundsCheck",
|
|
"releaseMode",
|
|
"inline",
|
|
"optimize",
|
|
"warnings",
|
|
"lowmem"
|
|
]
|
|
}
|