Skip to content

LinQingWei/fox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

decompile source code from android phone(android N & Pre)

Setup

prepare env

$ cd ~
$ git clone https://github.com/HEZI0427/fox.git
$ mkdir -p ~/bin; cd ~/bin
$ ln -fs ~/fox/fox
$ fox install

Use

decompile framework

  1. mkdir system
  2. pull system/framework/ from android phone, and put it to system dir
  3. run fox decrom all system

decompile app

  1. mkdir system
  2. pull system/app/ or priv-app dir from android phone, and put it to system dir (must pull framework dir first)
  3. run fox decrom app system system/app/XXX

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.6%
  • Batchfile 13.5%
  • Python 8.9%