gtechoogle / apk-parser

a GUI application for parsing APK files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a GUI application for parsing APK files


Languages

Language:JavaScript 61.2%Language:Vue 37.4%Language:HTML 1.4%