Initiliazation
This commit is contained in:
25
vv1/agent/dub.json
Normal file
25
vv1/agent/dub.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user