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.
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.
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…
自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改
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
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
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