一款用来解析APK文件信息的开源跨平台桌面应用

一款用来解析APK文件信息的开源跨平台桌面应用

Android 其它杂项

访问GitHub主页

共67Star

详细介绍

Introduction

This is a desktop tool based on electron, vue, golang for parsing apk files. It supports Mac, Linux and Windows across platforms.
Use Golang to parse the apk icon at high speed.
Built-in aapt parsing apk information.

(文档还是中文的好)

Screenshot

Mac Linux
Windows operate

Download

To Download

Source code construction

Source code build requires NodeJs environment, download and install on NodeJs website or use NVM to install.

The decompression command is written in Golang and built into the /static/unzip folder, so there is no need to prepare the Golang development environment.

Installation dependence

npm install or yarn

Run

npm run dev or yarn dev

Build

# to build on current platform
npm run build or yarn build

# to build on all platform
npm run build:all or yarn build:all

# to build on macOS
npm run build:mac or yarn build:mac

# to build on linux
npm run build:linux or yarn build:linux

# to build on windows
npm run build:win or yarn build:win

推荐源码