An open API service indexing awesome lists of open source software.

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.

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
```