You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-o DIR, --output-dir DIR write individual results here (implies --json)
77
77
```
78
78
79
-
# Submitting New Packers / Compilers / Obfuscators
79
+
##Submitting New Packers / Compilers / Obfuscators
80
80
81
81
If you come across an APK or DEX which APKiD does not recognize, please open a GitHub issue and tell us:
82
82
@@ -87,13 +87,13 @@ We are open to any type of concept you might have for "something interesting" to
87
87
88
88
Pull requests are welcome. If you're submitting a new rule, be sure to include a file hash of the APK / DEX so we can check the rule.
89
89
90
-
# License
90
+
##License
91
91
92
92
This tool is available under a dual license: a commercial one suitable for closed source projects and a GPL license that can be used in open source software.
93
93
94
94
Depending on your needs, you must choose one of them and follow its policies. A detail of the policies and agreements for each license type are available in the [LICENSE.COMMERCIAL](LICENSE.COMMERCIAL) and [LICENSE.GPL](LICENSE.GPL) files.
95
95
96
-
# Hacking
96
+
##Hacking
97
97
98
98
If you want to install the latest version in order to make changes, develop your own rules, and so on, simply clone this repository, compile the rules, and install the package in editable mode:
0 commit comments