Coder Social home page Coder Social logo

androidapextools's Introduction

中文 | English

AndroidApexTools

一个帮助解包android的apex包,并支持重新打包成apex的工具

项目地址:https://github.com/wcedla/AndroidApexTools

功能说明

当前仅支持linux和wsl子系统,测试环境为win10的wsl2的ubuntu 22.04

1. 安装python3及依赖项

首先赋予文件夹执行权限

cd 当前脚本存放位置
chmod -R a+x .

然后安装python3

sudo apt-get update
sudo apt-get install python3

再安装python3-pip

sudo apt-get install python3-pip

接着安装protobuf

pip3 install protobuf==3.17.3
sudo pip3 install protobuf==3.17.3

2. 解包

cd 当前脚本存放位置
python3 ./deapexer.py extract ./foo.apex

解包后会在当前脚本路径生成manifest和payload两个文件夹,manifest文件夹里面的内容一般不需要修改,payload就是原apex里面img解包后的文件,可以修改

3. 打包

cd 当前脚本存放位置
python3 ./apexer.py --api 33 ./bar.apex

确保当前路径存在manifest和payload文件夹,api参数表示这个apex的android api版本,是必填项

注意:重新打包后的apex签名和系统签名不一致,需要核心破解

androidapextools's People

Contributors

wcedla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.