Containerized EviCheck based on Alpine. This image should be used with Secure Android App Store.
435
EviCheck is a static analysis tool for the verification, certification and generation of lightweight fine-grained policies for Android applications. This image was intended to be used with the Secure Android App Store Project. Please refer to the project's GitHub page (https://github.com/LedoKun/secure-android-app-store) for more information. It can be used as a stand-alone tool as follows:
$ docker run -it --rm -v /path/to/apk:/path/to/apk -v /path/to/policy:/tmp/policy ledokun/evicheck --filepath /path/to/apk/sample.apk --timeout 3600 --option "{\"policy\":\"policy_name.pol\"}"
To get a shell access to a container:
$ docker run -it --rm -v /path/to/apk:/path/to/apk --entrypoint=bash ledokun/evicheck
For more information on EviCheck, please go to http://groups.inf.ed.ac.uk/security/appguarden/tools/EviCheck/.
Content type
Image
Digest
Size
207.6 MB
Last updated
about 9 years ago
docker pull ledokun/evicheck