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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to qwerty472123/wxappunpacker

Open-source alternatives to WxappUnpacker

25 open-source projects similar to qwerty472123/wxappunpacker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best WxappUnpacker alternative.

  • ackites/killwxapkgAvatar de Ackites

    Ackites/KillWxapkg

    5,864Ver en GitHub↗

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

    Go
    Ver en GitHub↗5,864
  • javeleyqaq/wechatopendevtools-pythonAvatar de JaveleyQAQ

    JaveleyQAQ/WeChatOpenDevTools-Python

    4,151Ver en GitHub↗

    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
    Ver en GitHub↗4,151
  • zeldaret/ootAvatar de zeldaret

    zeldaret/oot

    5,423Ver en GitHub↗

    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
    Ver en GitHub↗5,423
  • albertan017/llm4decompileAvatar de albertan017

    albertan017/LLM4Decompile

    6,728Ver en GitHub↗

    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
    Ver en GitHub↗6,728

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • vaibhavpandeyvpz/apkstudioAvatar de vaibhavpandeyvpz

    vaibhavpandeyvpz/apkstudio

    3,606Ver en GitHub↗

    Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati

    C++androidandroid-decompilerapk-decompiler
    Ver en GitHub↗3,606
  • doxygen/doxygenAvatar de doxygen

    doxygen/doxygen

    6,506Ver en GitHub↗

    Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments from source code to create structured technical manuals and searchable software libraries in formats including HTML, LaTeX, and PDF. The project functions as a static code analysis visualizer, generating call graphs, class diagrams, and inheritance hierarchies to illustrate codebase structure. It also serves as an XML documentation export engine, producing structured metadata that can be transformed via XSLT or third-party tools. Beyond API extraction, the tool provides a Ma

    C++
    Ver en GitHub↗6,506
  • sebastianbergmann/code-unit-reverse-lookupAvatar de sebastianbergmann

    sebastianbergmann/code-unit-reverse-lookup

    6,690Ver en GitHub↗

    This project is a static code analysis tool that functions as a code unit resolver and source code line mapper. It identifies the specific function or method that contains a given line of code by analyzing the structure of source files without executing the program. The utility maps line numbers to their parent code units by examining the organization of source files and identifying the ownership of specific lines. It determines the boundaries of functions and methods through text-based structural parsing and range detection. These capabilities support source code analysis and static analysi

    PHP
    Ver en GitHub↗6,690
  • sass/dart-sassAvatar de sass

    sass/dart-sass

    4,195Ver en GitHub↗

    This project is a CSS stylesheet compiler that transforms Sass source code into standard CSS. It provides the primary mechanism for converting styles while implementing syntax rules for web browsers and applications. The compiler supports a module-based dependency system that uses dedicated namespaces to provide encapsulation and prevent global scope collisions. It includes specialized engines for multi-model color conversion and advanced mathematical calculations, including trigonometry and logarithms. Capabilities cover a broad range of build and analysis tools, including the generation of

    Dart
    Ver en GitHub↗4,195
  • k4zmu2a/spacecadetpinballAvatar de k4zmu2a

    k4zmu2a/SpaceCadetPinball

    4,253Ver en GitHub↗

    SpaceCadetPinball is a reverse-engineered, cross-platform port of the classic 3D Pinball - Space Cadet game, rebuilt from the original binary without access to its source code. It functions as an asset-driven pinball emulator that loads the original game data files to recreate the authentic visual and audio experience on modern hardware, preserving the legacy title through binary-to-source porting and reverse engineering. The project distinguishes itself by reconstructing the game's logic through runtime analysis of the original compiled instructions, translating them back into readable C++ c

    C++
    Ver en GitHub↗4,253
  • jpisnice/shadcn-ui-mcp-serverAvatar de Jpisnice

    Jpisnice/shadcn-ui-mcp-server

    2,803Ver en GitHub↗

    This project is a Model Context Protocol server designed to bridge the gap between local frontend component libraries and language models. It functions as a development assistant that provides AI tools with the structural context, dependency requirements, and installation patterns necessary to generate accurate, framework-specific UI code. The server distinguishes itself by utilizing schema-driven metadata extraction and static file system analysis to interpret component structures without requiring runtime execution. By decoupling component definitions from specific UI libraries, it supports

    TypeScriptaiexpomcp
    Ver en GitHub↗2,803
  • es-analysis/platoAvatar de es-analysis

    es-analysis/plato

    4,557Ver en GitHub↗

    Plato is a JavaScript static analysis tool and code complexity visualizer. It computes complexity metrics and runs linting checks on JavaScript source code to evaluate codebase quality, presenting the results through a static analysis dashboard. The system aggregates linting data and technical metrics into timestamped reports. It specifically calculates cyclomatic and Halstead metrics to identify overly complicated files and assess the maintainability of a project. The tool provides capabilities for source code visualization, automated quality reporting, and maintainability assessment. It in

    JavaScript
    Ver en GitHub↗4,557
  • hashicorp/hclAvatar de hashicorp

    hashicorp/hcl

    5,788Ver en GitHub↗

    HCL is a configuration language implementation designed for parsing, evaluating, and encoding structured settings through the use of blocks and attributes. It functions as a configuration AST parser and a schema-based decoder that maps attributes and blocks to internal data structures using predefined rules. The project includes an expression evaluation engine that resolves dynamic values and cross-references through multi-phase processing of variables and functions. It also provides a configuration file formatter to standardize the layout and indentation of source code for consistent visual

    Goconfiguration-languagehashicorphcl
    Ver en GitHub↗5,788
  • apache/tikaAvatar de apache

    apache/tika

    3,572Ver en GitHub↗

    Tika is a content analysis toolkit and Java library designed for detecting and extracting metadata and text from thousands of different file types. It functions as a universal document text extractor and metadata extraction engine, converting complex files into plain text or XHTML. The system employs a specialized MIME type detector that identifies document formats using magic bytes and metadata to determine the correct parser. It serves as an OCR integration gateway, connecting to external text recognition tools to extract content from image files. The project covers a broad range of extrac

    Javacontentextractionjava
    Ver en GitHub↗3,572
  • ezshine/wxapkg-convertorAvatar de ezshine

    ezshine/wxapkg-convertor

    1,490Ver en GitHub↗

    一个反编译微信小程序的工具,仓库也收集各种微信小程序/小游戏.wxapkg文件

    JavaScriptminiprogramwechat-mini-programweixin
    Ver en GitHub↗1,490
  • eeeeeeeeee-code/wx-hookE

    eeeeeeeeee-code/wx-hook

    0Ver en GitHub↗
    Ver en GitHub↗0
  • kelvinben/appinfoscannerAvatar de kelvinBen

    kelvinBen/AppInfoScanner

    3,535Ver en GitHub↗

    该项目目前仅仅是规划项目中的冰山一角,如果您对此项目感兴趣或者想参与后继项目的开发工作或者翻译工作中,请发送邮件至blsm@vip.qq.com说明你的能力和诉求。

    Python
    Ver en GitHub↗3,535
  • r0ysue/r0captureAvatar de r0ysue

    r0ysue/r0capture

    7,674Ver en GitHub↗

    r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor, packet sniffer, and client certificate exporter used to analyze application-layer communication on Android devices. The project provides mechanisms to bypass SSL pinning and certificate validation, allowing the decryption of encrypted traffic without modifying device trust stores. It also enables the extraction of client-side certificates from application memory for saving to local device storage. Captured network data is serialized into PCAP files to support offline protocol a

    Python
    Ver en GitHub↗7,674
  • eeeeeeeeee-code/e0e1-wxAvatar de eeeeeeeeee-code

    eeeeeeeeee-code/e0e1-wx

    2,078Ver en GitHub↗

    微信小程序辅助渗透-自动化

    Python
    Ver en GitHub↗2,078
  • dwisiswant0/apkleaksAvatar de dwisiswant0

    dwisiswant0/apkleaks

    6,102Ver en GitHub↗

    Apkleaks is a static analysis tool and security auditor designed to extract hardcoded secrets, API endpoints, and sensitive data from Android application packages. It operates as a secret scanner that analyzes compiled binaries without executing them to identify potential information leaks and insecure endpoints. The tool utilizes a regex-based data extraction engine to identify sensitive strings within decompiled code. It supports customization through JSON-defined search patterns and provides configuration flags to tune the behavior of the underlying disassembler. The analysis pipeline enc

    Python
    Ver en GitHub↗6,102
  • spade-sec/firstS

    Spade-sec/First

    0Ver en GitHub↗
    Ver en GitHub↗0
  • sulab999/appmessengerAvatar de sulab999

    sulab999/AppMessenger

    1,289Ver en GitHub↗

    一款适用于以APP病毒分析、APP漏洞挖掘、APP开发、HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、鸿蒙)辅助分析工具

    Ver en GitHub↗1,289
  • biggerstar/wedecodeAvatar de biggerstar

    biggerstar/wedecode

    2,773Ver en GitHub↗

    全自动化,微信小程序 wxapkg 包 源代码还原工具, 线上代码安全审计,支持 Windows, Macos, Linux

    TypeScript
    Ver en GitHub↗2,773
  • wux1an/wxapkgAvatar de wux1an

    wux1an/wxapkg

    3,582Ver en GitHub↗

    跨平台微信小程序反编译 GUI 工具,.wxapkg 文件扫描 解密 解包工具

    Vuedecompiledecryptreverse-engineering
    Ver en GitHub↗3,582
  • x0tools/wechatopendevtoolsAvatar de x0tools

    x0tools/WeChatOpenDevTools

    1,033Ver en GitHub↗

    懒人用法:

    JavaScript
    Ver en GitHub↗1,033
  • de4dot/de4dotAvatar de de4dot

    de4dot/de4dot

    7,428Ver en GitHub↗

    de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata within .NET assemblies. It functions as a bytecode analyzer that simplifies control flow, strips anti-debugging protections, and extracts original payloads from packed executable wrappers. The project distinguishes itself through a modular deobfuscation pipeline and a sandbox environment used for dynamic string decryption, which executes decryption methods to replace encrypted strings with plain-text values. It can identify specific obfuscation tools through pattern-based binary a

    C#
    Ver en GitHub↗7,428