-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 920 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "pelock/autoit-obfuscator",
"version": "1.5.0",
"description": "AutoIt Obfuscator Web API interface can help you to protect your AutoIt script source code against analysis, reverse engineering and decompilation. AutoIt Obfuscator provides advanced AutoIt source code parsing based on AST trees, multiple advanced obfuscation strategies are available.",
"type": "library",
"keywords": ["autoit", "au3", "obfuscator", "obfuscation", "obfuscate", "decompile", "decompiler", "decompilation", "antidebug", "antivm", "antisandbox", "antiemulator"],
"license": "Apache-2.0",
"authors": [
{
"name": "Bartosz Wójcik",
"email": "support@pelock.com",
"homepage": "https://www.pelock.com"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"PELock\\AutoItObfuscator\\": "src/",
"PELock\\AutoItObfuscator\\examples\\": "examples/"
}
}
}