{"id":13438278,"url":"https://github.com/dweinstein/dockerfile-androguard","last_synced_at":"2025-03-01T12:30:32.917Z","repository":{"id":16324269,"uuid":"19073468","full_name":"dweinstein/dockerfile-androguard","owner":"dweinstein","description":"docker file for use with androguard python android app analysis tool","archived":false,"fork":false,"pushed_at":"2019-10-29T02:02:31.000Z","size":134,"stargazers_count":41,"open_issues_count":1,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-12T03:27:23.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dweinstein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-23T14:49:33.000Z","updated_at":"2024-08-25T16:23:20.000Z","dependencies_parsed_at":"2022-08-04T09:00:18.169Z","dependency_job_id":null,"html_url":"https://github.com/dweinstein/dockerfile-androguard","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdockerfile-androguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdockerfile-androguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdockerfile-androguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdockerfile-androguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dweinstein","download_url":"https://codeload.github.com/dweinstein/dockerfile-androguard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367127,"owners_count":19951440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:04.218Z","updated_at":"2025-03-01T12:30:32.897Z","avatar_url":"https://github.com/dweinstein.png","language":null,"funding_links":[],"categories":["Android Security","Tools"],"sub_categories":["Misc Tools"],"readme":"[![Docker Hub](http://img.shields.io/badge/docker-hub-brightgreen.svg?style=flat)](https://hub.docker.com/r/dweinstein/androguard/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/dweinstein/androguard.svg)](https://hub.docker.com/r/dweinstein/androguard/)\n[![ImageLayers Size](https://img.shields.io/imagelayers/image-size/dweinstein/androguard/latest.svg)](https://hub.docker.com/r/dweinstein/androguard/)\n\n# SYNOPSIS\n\nDocker file for building androguard dependencies w/ an **optional** interactive shell environment.\n\n\n# USAGE\n\nThis will use the pre-built image on the public registry (see [this](https://registry.hub.docker.com/u/dweinstein/androguard/))\n\n```shell\n$ docker pull dweinstein/androguard\n$ docker run -t -i dweinstein/androguard /bin/bash\nroot@1fe111e78fc6:/# /opt/androlyze.sh -s\n```\n\nSimilarly this will start the `androlyze` shell by default (the `-v` option is\nto mount a folder from the host to the guest):\n\n```shell\n$ docker run -t -i -v /path/to/apks:/data dweinstein/androguard\nAndrolyze version 2.0\nIn [1]: apk = APK('/data/test.apk')\n\nIn [2]: apk.get_activities()\nOut[2]: ['com.example.gangrene.GangreneActivity']\n```\n\n\n## BUILD\n\n```shell\n$ docker build -t androguard .\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdweinstein%2Fdockerfile-androguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdweinstein%2Fdockerfile-androguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdweinstein%2Fdockerfile-androguard/lists"}