https://github.com/j4ckson4800/android-decompiler
Basic android decompiler and apk protobuf definitions extractor written on Golang.
https://github.com/j4ckson4800/android-decompiler
android go golang protobuf reverse-engineering
Last synced: 5 months ago
JSON representation
Basic android decompiler and apk protobuf definitions extractor written on Golang.
- Host: GitHub
- URL: https://github.com/j4ckson4800/android-decompiler
- Owner: j4ckson4800
- License: mit
- Created: 2025-05-08T13:14:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-09T18:42:48.000Z (11 months ago)
- Last Synced: 2025-06-03T12:45:03.509Z (10 months ago)
- Topics: android, go, golang, protobuf, reverse-engineering
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-decompiler
Pretty much everything that is needed to extract things from apks +
example program which is used to extract proto definitions from apk files (see [proto-gen](cmd/proto-gen)).
I wrote most of this code two years ago in two days, then sorta updated it half a year ago, so do expect some bugs and create an issue if you find one or fix it yourself.
## Installation
```bash
go get github.com/j4ckson4800/android-decompiler
```