.dockerignore
.gitignore
.travis.yml
AUTHORS.txt
Dockerfile
LICENSE.COMMERCIAL
LICENSE.GPL
MANIFEST.in
README.md
README.rst
apkid.iml
prep-release.py
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/missed_or_bad_detection-md.md
apkid/__init__.py
apkid/apkid.py
apkid/main.py
apkid/output.py
apkid/rules.py
apkid.egg-info/PKG-INFO
apkid.egg-info/SOURCES.txt
apkid.egg-info/dependency_links.txt
apkid.egg-info/entry_points.txt
apkid.egg-info/not-zip-safe
apkid.egg-info/requires.txt
apkid.egg-info/top_level.txt
apkid/rules/rules.yarc
apkid/rules/apk/common.yara
apkid/rules/apk/obfuscators.yara
apkid/rules/apk/packers.yara
apkid/rules/dex/abnormal.yara
apkid/rules/dex/anti-vm.yara
apkid/rules/dex/common.yara
apkid/rules/dex/compilers.yara
apkid/rules/dex/obfuscators.yara
apkid/rules/dex/packers.yara
apkid/rules/dex/protectors.yara
apkid/rules/elf/anti-vm.yara
apkid/rules/elf/common.yara
apkid/rules/elf/obfuscators.yara
apkid/rules/elf/packers.yara
apkid/rules/elf/protectors.yara
docker/apkid.sh
tests/__init__.py
tests/conftest.py
tests/factories.py
tests/test_rules.py
tests/test_scanner.py