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
·
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 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

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • vaibhavpandeyvpz/apkstudioAvatar von vaibhavpandeyvpz

    vaibhavpandeyvpz/apkstudio

    3,606Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,606
  • doxygen/doxygenAvatar von doxygen

    doxygen/doxygen

    6,506Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗6,506
  • sebastianbergmann/code-unit-reverse-lookupAvatar von sebastianbergmann

    sebastianbergmann/code-unit-reverse-lookup

    6,690Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,690
  • sass/dart-sassAvatar von sass

    sass/dart-sass

    4,195Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,195
  • k4zmu2a/spacecadetpinballAvatar von k4zmu2a

    k4zmu2a/SpaceCadetPinball

    4,253Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,253
  • jpisnice/shadcn-ui-mcp-serverAvatar von Jpisnice

    Jpisnice/shadcn-ui-mcp-server

    2,803Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,803
  • es-analysis/platoAvatar von es-analysis

    es-analysis/plato

    4,557Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,557
  • hashicorp/hclAvatar von hashicorp

    hashicorp/hcl

    5,788Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,788
  • apache/tikaAvatar von apache

    apache/tika

    3,572Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,572
  • ezshine/wxapkg-convertorAvatar von ezshine

    ezshine/wxapkg-convertor

    1,490Auf GitHub ansehen↗

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

    JavaScriptminiprogramwechat-mini-programweixin
    Auf GitHub ansehen↗1,490
  • eeeeeeeeee-code/wx-hookE

    eeeeeeeeee-code/wx-hook

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • kelvinben/appinfoscannerAvatar von kelvinBen

    kelvinBen/AppInfoScanner

    3,535Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗3,535
  • r0ysue/r0captureAvatar von r0ysue

    r0ysue/r0capture

    7,674Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,674
  • eeeeeeeeee-code/e0e1-wxAvatar von eeeeeeeeee-code

    eeeeeeeeee-code/e0e1-wx

    2,078Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗2,078
  • dwisiswant0/apkleaksAvatar von dwisiswant0

    dwisiswant0/apkleaks

    6,102Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,102
  • spade-sec/firstS

    Spade-sec/First

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • sulab999/appmessengerAvatar von sulab999

    sulab999/AppMessenger

    1,289Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗1,289
  • biggerstar/wedecodeAvatar von biggerstar

    biggerstar/wedecode

    2,773Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗2,773
  • wux1an/wxapkgAvatar von wux1an

    wux1an/wxapkg

    3,582Auf GitHub ansehen↗

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

    Vuedecompiledecryptreverse-engineering
    Auf GitHub ansehen↗3,582
  • x0tools/wechatopendevtoolsAvatar von x0tools

    x0tools/WeChatOpenDevTools

    1,033Auf GitHub ansehen↗

    懒人用法:

    JavaScript
    Auf GitHub ansehen↗1,033
  • de4dot/de4dotAvatar von de4dot

    de4dot/de4dot

    7,428Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗7,428