自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改
Principalele funcționalități ale ackites/killwxapkg sunt: Mini Program Development, Security Assessment Tools, Mini Program Package Repackers, Decompilers, Package Repackers, Source Unpackers, Unpackers, Package Modifiers.
Alternativele open-source pentru ackites/killwxapkg includ: qwerty472123/wxappunpacker — wxappUnpacker is a mini program source recovery tool and decompiler designed to extract and restore source code from… javeleyqaq/wechatopendevtools-python — WeChatOpenDevTools-Python is a set of software utilities designed to bypass environment restrictions to enable… mishoo/uglifyjs — UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose… didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… jdf2e/nutui — 京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web). jin-yufeng/mp-html — mp-html is a component for rendering and editing HTML content within various mini program environments, such as WeChat…
wxappUnpacker is a mini program source recovery tool and decompiler designed to extract and restore source code from compiled WeChat mini program packages. It functions as a specialized utility for unpacking and decoding compressed WXML files to retrieve original application logic. The tool focuses on frontend source code recovery and reverse engineering. It restores human-readable WXML and JavaScript files from compiled assets to allow for the analysis of internal application structures and functionality. The recovery process involves static analysis parsing, recursive asset extraction, and
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
UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose is to reduce the file size of JavaScript source code by removing whitespace and shortening variable names to optimize frontend build assets. The project differentiates itself through its ability to programmatically analyze and transform code using abstract syntax trees. It performs constant folding analysis and conditional compilation to eliminate unreachable or redundant code, and it employs a multi-pass compression pipeline to maximize total file size reduction. The tool pr
MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p