3 dépôts
Using official IDEs and debugging tools to test and refine mini program behavior.
Distinct from Debugging and Testing: Distinct from Debugging and Testing: focuses on the mini-program-specific IDE and debugging workflow, not general debugging tools.
Explore 3 awesome GitHub repositories matching part of an awesome list · Mini Program Debugging Tools. Refine with filters or upvote what's useful.
This repository is a demonstration project for building mini programs that run inside the WeChat ecosystem. It provides a complete development framework for creating lightweight, native-feeling services using declarative components, data binding, and platform APIs. The project showcases how to construct applications with a component-based UI architecture, file-based page routing, and a dual-thread rendering model where the logic layer operates in a JavaScript engine while the view layer renders through native WebView components. The demo illustrates integration with cloud services, including
Using the official IDE and debugging tools to test and refine a mini program's behavior.
自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改
Injects debuggers into running mini programs to enable dynamic inspection and developer tools.
WeChatOpenDevTools-Python est un ensemble d'utilitaires logiciels conçus pour contourner les restrictions d'environnement afin d'activer le débogage et l'inspection d'éléments pour les applications web et les mini-programmes. Il fonctionne comme un déverrouilleur d'outils de développement et un activateur d'inspecteur web pour forcer l'activation des outils d'inspection intégrés. Le projet fournit des capacités spécialisées pour le débogage et l'ingénierie inverse des mini-programmes WeChat. Cela inclut la possibilité d'accéder aux consoles de développement cachées pour analyser la structure, les requêtes réseau et le comportement des mini-programmes actifs et du contenu web. Ces utilitaires utilisent des techniques de manipulation de runtime de bas niveau, notamment l'instrumentation binaire dynamique, l'injection de processus et le patching mémoire. Le logiciel scanne des adresses mémoire spécifiques pour basculer des drapeaux internes et modifier l'état d'exécution du processus cible.
Provides a Python-based solution for enabling debugging capabilities and element inspection within WeChat mini programs.