awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
qwerty472123 avatar

qwerty472123/wxappUnpackerArchived

0
View on GitHub↗
4,513 Stars·2,378 Forks·4 Aufrufe

WxappUnpacker

wxappUnpacker ist ein Tool zur Wiederherstellung von Quellcode und ein Decompiler für Mini-Programme, das darauf ausgelegt ist, Quellcode aus kompilierten WeChat-Mini-Programm-Paketen zu extrahieren und wiederherzustellen. Es fungiert als spezialisiertes Dienstprogramm zum Entpacken und Dekodieren komprimierter WXML-Dateien, um die ursprüngliche Anwendungslogik abzurufen.

Das Tool konzentriert sich auf die Wiederherstellung von Frontend-Quellcode und Reverse Engineering. Es stellt menschenlesbare WXML- und JavaScript-Dateien aus kompilierten Assets wieder her, um die Analyse interner Anwendungsstrukturen und Funktionen zu ermöglichen.

Der Wiederherstellungsprozess umfasst statische Analyse-Parsing, rekursive Asset-Extraktion und template-basierte Code-Rekonstruktion. Es verwendet Bytecode-zu-Quellcode-Mapping und musterbasierte Dekomprimierung, um kompilierte Binäranweisungen in lesbaren Quellcode zurückzuübersetzen.

Features

  • WeChat Mini Program Decompilers - Provides automatic decryption, unpacking, and restoration of source code from WeChat mini program packages.
  • Frontend Source Recovery - Restores human-readable WXML and JS files from compiled frontend assets to understand application logic.
  • WeChat Mini Program Reverse Engineering Tools - Restores source code directories and beautifies files from decrypted WeChat mini program packages for analysis.
  • Source Recovery Utilities - Reverses the compilation process of mini programs to retrieve original application logic and files.
  • Recursive Document Unpacking - Recursively traverses and decompresses nested archives to extract embedded documents and assets.
  • Pattern-Based Deobfuscators - Identifies structural signatures in compressed packages to reverse minification and obfuscation.
  • Binary-to-Source Porting - Implements the full reconstruction of high-level source code logic from compiled binary instructions.
  • Decompression Utilities - Provides specialized decompression to retrieve original WXML content from binary compressed files.
  • Markup Reconstruction Tools - Rebuilds original markup language by mapping compiled tokens back to high-level structural elements.
  • Structural Static Analysis - Analyzes the physical structure of compressed files without execution to identify functional units.
  • Mobile App Analysis Tools - Tool for reversing WeChat mini-programs.

Star-Verlauf

Star-Verlauf für qwerty472123/wxappunpackerStar-Verlauf für qwerty472123/wxappunpacker

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht qwerty472123/wxappunpacker?

wxappUnpacker ist ein Tool zur Wiederherstellung von Quellcode und ein Decompiler für Mini-Programme, das darauf ausgelegt ist, Quellcode aus kompilierten WeChat-Mini-Programm-Paketen zu extrahieren und wiederherzustellen. Es fungiert als spezialisiertes Dienstprogramm zum Entpacken und Dekodieren komprimierter WXML-Dateien, um die ursprüngliche Anwendungslogik abzurufen.

Was sind die Hauptfunktionen von qwerty472123/wxappunpacker?

Die Hauptfunktionen von qwerty472123/wxappunpacker sind: WeChat Mini Program Decompilers, Frontend Source Recovery, WeChat Mini Program Reverse Engineering Tools, Source Recovery Utilities, Recursive Document Unpacking, Pattern-Based Deobfuscators, Binary-to-Source Porting, Decompression Utilities.

Welche Open-Source-Alternativen gibt es zu qwerty472123/wxappunpacker?

Open-Source-Alternativen zu qwerty472123/wxappunpacker sind unter anderem: ackites/killwxapkg — 自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改. javeleyqaq/wechatopendevtools-python — WeChatOpenDevTools-Python is a set of software utilities designed to bypass environment restrictions to enable… zeldaret/oot — This project is a game decompilation project consisting of a reconstructed C source codebase and the systems used for… albertan017/llm4decompile — LLM4Decompile is a toolset and framework for binary-to-source code translation. It uses large language models to… doxygen/doxygen — Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments… k4zmu2a/spacecadetpinball — SpaceCadetPinball is a reverse-engineered, cross-platform port of the classic 3D Pinball - Space Cadet game, rebuilt…

Open-Source-Alternativen zu WxappUnpacker

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit WxappUnpacker.
  • ackites/killwxapkgAvatar von Ackites

    Ackites/KillWxapkg

    5,864Auf GitHub ansehen↗

    自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改

    Go
    Auf GitHub ansehen↗5,864
  • javeleyqaq/wechatopendevtools-pythonAvatar von JaveleyQAQ

    JaveleyQAQ/WeChatOpenDevTools-Python

    4,151Auf GitHub ansehen↗

    WeChatOpenDevTools-Python is a set of software utilities designed to bypass environment restrictions to enable debugging and element inspection for web and mini program applications. It functions as a developer tool unlocker and web inspector activator to force the activation of integrated inspection tools. The project provides specialized capabilities for debugging and reverse engineering WeChat mini programs. This includes the ability to access hidden developer consoles to analyze the structure, network requests, and behavior of active mini programs and web content. These utilities utilize

    Python
    Auf GitHub ansehen↗4,151
  • zeldaret/ootAvatar von zeldaret

    zeldaret/oot

    5,423Auf GitHub ansehen↗

    This project is a game decompilation project consisting of a reconstructed C source codebase and the systems used for binary reconstruction. It provides a human-readable version of a commercial game title created through static and dynamic analysis to facilitate technical study and modification. The project utilizes a containerized build environment to ensure reproducible compilation and consistent toolchain versions across different host operating systems. It includes a game binary reconstructor that translates original machine code into source code and a system for compiling the codebase in

    C
    Auf GitHub ansehen↗5,423
  • albertan017/llm4decompileAvatar von albertan017

    albertan017/LLM4Decompile

    6,728Auf GitHub ansehen↗

    LLM4Decompile is a toolset and framework for binary-to-source code translation. It uses large language models to transform machine code into readable source code and recover the original logic of compiled executables. The project includes a specialized pipeline for generating synthetic training datasets by converting source code into assembly pairs. It provides a fine-tuning framework to optimize deep learning models on these binary-to-source datasets, increasing the accuracy of code recovery. The system also features capabilities for refining decompiled pseudo-code. This process focuses on

    Python
    Auf GitHub ansehen↗6,728
  • Alle 25 Alternativen zu WxappUnpacker anzeigen→