{"id":22309129,"url":"https://github.com/csnewman/droidmole","last_synced_at":"2026-05-04T04:31:23.612Z","repository":{"id":95190557,"uuid":"559679022","full_name":"csnewman/droidmole","owner":"csnewman","description":"Android interception framework","archived":false,"fork":false,"pushed_at":"2023-11-25T17:05:23.000Z","size":1270,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T22:55:34.342Z","etag":null,"topics":["android","emulator","interception","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csnewman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-30T20:57:11.000Z","updated_at":"2024-03-29T17:52:20.000Z","dependencies_parsed_at":"2023-11-25T17:22:42.030Z","dependency_job_id":"911ae23d-c78a-4ae8-89e2-0ef02f0f3243","html_url":"https://github.com/csnewman/droidmole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csnewman%2Fdroidmole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csnewman%2Fdroidmole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csnewman%2Fdroidmole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csnewman%2Fdroidmole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csnewman","download_url":"https://codeload.github.com/csnewman/droidmole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245571593,"owners_count":20637364,"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":["android","emulator","interception","reverse-engineering"],"created_at":"2024-12-03T20:16:58.237Z","updated_at":"2026-05-04T04:31:18.592Z","avatar_url":"https://github.com/csnewman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# droidmole\n\nAndroid interception framework\n\n## Build (Container) Agent\n\nInstall dependencies:\n\n1. Install Go\n2. Install necessary packages\n   ```\n   apt-get install libarchive-tools\n   ```\n\nBuild `dmb` (DroidMole Builder) utility:\n\n```\ncd builder\ngo build -o ../dmb\ncd ..\n```\n\nDownload Android components:\n\n1. Android Emulator\n   ```\n   ./dmb download emulator --output agent/prebuilts/emulator.zip\n   ```\n2. Android Platform Tools\n   ```\n   ./dmb download platform-tools --output agent/prebuilts/tools.zip\n   ```\n3. Android Image\n   ```\n   ./dmb dmb download sysimg --api 33 --type google --output agent/prebuilts/sysimg.zip\n   ```\n\nBuild container:\n\n```\ncd agent\nDOCKER_BUILDKIT=1 docker build -t droidmole-android33 .\n```\n\n## Run Agent\n\n```\ndocker run --rm --name android1 --device /dev/kvm droidmole-android33\n```\n\nThe agent will now be hosting a gRPC server on port 8080.\n\n## Development\n\n1. Install Go\n2. Install necessary packages\n   ```\n   apt-get install libarchive-tools libvpx-dev build-essential pkg-config\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsnewman%2Fdroidmole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsnewman%2Fdroidmole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsnewman%2Fdroidmole/lists"}