Giter VIP home page Giter VIP logo

wxapkg-unpacker's Introduction

wxapkg-unpacker

https://img.shields.io/npm/v/wxapkg-unpacker.svg wxapkg-unpacker languages visitor badge

┬ ┬─┐ ┬┌─┐┌─┐┬┌─┌─┐   ┬ ┬┌┐┌┌─┐┌─┐┌─┐┬┌─┌─┐┬─┐
│││┌┴┬┘├─┤├─┘├┴┐│ ┬───│ ││││├─┘├─┤│  ├┴┐├┤ ├┬┘
└┴┘┴ └─┴ ┴┴  ┴ ┴└─┘   └─┘┘└┘┴  ┴ ┴└─┘┴ ┴└─┘┴└─

wxapkg-unpacker 是什么?

自动化反编译微信小程序/小游戏,小程序安全利器 基于 wxappUnpacker 二次开发

✨特性

1. 针对微信小游戏的优化

  • 微信小游戏一键解包整个项目
  • 重新格式化代码
  • 将所有子包合并到一个目录中
  • 删除多余的无效代码
  • 直接生成配置文件
  • 可直接导入微信开发工具运行

2. 针对微信小程序的优化

  • 重新格式化代码
  • 删除多余的无效代码

3. 加入脚手架

  • 支持单独使用所有子模块

4. 加入解密模块

  • 可一键解密Window平台下的小程序包

✨安装和使用

1. 安装

# you can use npm install
npm i wxapkg-unpacker -g
# or yarn add
yarn global add wxapkg-unpacker # Recommend
# or clone this repository
git clone https://github.com/r3x5ur/wxapkg-unpacker.git
cd wxapkg-unpacker
yarn install

2. 使用

  • 命令全称:wxunpacker
  • 一般使用别名:wxupk
  1. 全局安装的
wxupk --help
# 或者
npx wxupk --help
  1. 克隆仓库的
yarn wxupk --help
# 或者
npm run wxupk --help
  1. 解包从安卓手机获取的wxapkg
# 解包并格式化代码
wxupk /path/to/wxapkg/dir/ -f
  1. 解包被加密的wxapkg, 一般是从Windows获取的 (需要提供wxAppid)
wxupk /path/to/wxapkg/dir/ -i wx1111222233334444
  1. 子程序都是单独的模块, 可以单独调用
# 子程序参数参考输出提示
wxupk decrypt

✨屏幕截图

image

image

✨提交问题

ISSUES

✨更改日志

CHANGELOG

✨赞助

CONTRIBUTING

wxapkg-unpacker's People

Contributors

r3x5ur 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.