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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
HdShare avatar

HdShare/WAuxiliary_PublicArchived

0
View on GitHub↗
3,884 stars·357 forks·Kotlin·4 viewsgithub.com/Xposed-Modules-Repo/me.hd.wauxv↗

WAuxiliary Public

WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept and alter the execution flow of compiled applications. It functions as a process injection toolkit and software reverse engineering tool, enabling the injection of custom logic into active application memory spaces to extend functionality without requiring original source code.

The framework specifically provides capabilities for extending the WeChat desktop client. It achieves this through runtime process injection and software reverse engineering to modify internal operations and add new features.

The toolkit employs several technical methods to modify application behavior, including instruction stream patching, runtime memory injection, and shared library interposition. It also utilizes symbol table manipulation to resolve internal function addresses and redirect execution flow.

Features

  • Dynamic Process Instrumentation - Provides a framework for injecting custom code into running processes to alter functionality without modifying original files.
  • Runtime Symbol Resolution - Parses binary symbol tables at runtime to resolve internal function addresses for execution redirection.
  • Reverse Engineering Tools - Implements utilities for analyzing the internal logic and structure of compiled applications.
  • Binary Instruction Patching - Implements the ability to overwrite memory addresses with new machine code to redirect execution flow via jump instructions.
  • Process Space Injection - Loads external code into the memory space of a target running process to extend its functionality.
  • Reverse Engineering Frameworks - Provides a comprehensive toolset for analyzing and modifying compiled binaries to understand program behavior.
  • Symbol Interposition - Intercepts function calls by loading a custom library that overrides standard symbols before the original application does.
  • Runtime Code Injection - Writes custom executable code directly into a target process address space to execute external logic at runtime.
  • WeChat Client Plugins - Enables the development of plugins and new features for the WeChat desktop client through memory modification.
  • Dynamic Behavior Injection - Injects dynamic code into core logic to extend or change internal application behaviors while the program is running.
  • Application Extensibility Frameworks - Ships an architecture that allows custom plugins to modify the core behavior of desktop applications.

Star history

Star history chart for hdshare/wauxiliary_publicStar history chart for hdshare/wauxiliary_public

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to WAuxiliary Public

Similar open-source projects, ranked by how many features they share with WAuxiliary Public.
  • pwndbg/pwndbgpwndbg avatar

    pwndbg/pwndbg

    10,051View on GitHub↗

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Pythonbinary-ninjacapture-the-flagctf
    View on GitHub↗10,051
  • alibaba/dexposedalibaba avatar

    alibaba/dexposed

    4,508View on GitHub↗

    Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code instrumentation on Android devices. It functions as a hooking framework and instrumentation tool used to load custom code into running processes to alter logic without modifying the original bytecode. The project enables the interception and modification of method behavior within both Android applications and the system framework. It specifically provides capabilities for bypassing operating system limitations by overriding framework calls and applying hot patches to live processes w

    Java
    View on GitHub↗4,508
  • fuzion24/justtrustmeFuzion24 avatar

    Fuzion24/JustTrustMe

    5,329View on GitHub↗

    JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary purpose is to bypass hardcoded certificate requirements and disable SSL pinning in mobile applications to allow the inspection of encrypted API requests and responses. The project functions as a dynamic method hooking module that integrates with the Xposed framework. It uses system-level instrumentation to intercept Java runtime function calls and override security checks within third-party Android applications. The tool covers a range of capabilities including the disabling of SS

    Java
    View on GitHub↗5,329
  • 0xz0f/z0fcourse_reverseengineering0xZ0F avatar

    0xZ0F/Z0FCourse_ReverseEngineering

    5,852View on GitHub↗

    This project is a structured course and instructional guide focused on x64 Windows reverse engineering. It provides a curriculum for analyzing and decompiling Windows binaries through the study of assembly language and operating system internals. The material covers Windows binary analysis and malware analysis, with a specific focus on interpreting x64 machine code to recover original program logic. It guides the user through the process of tracing program behavior and logging function calls to understand how binaries operate. The technical scope includes assembly-level decompilation, debugg

    C++
    View on GitHub↗5,852
See all 30 alternatives to WAuxiliary Public→

Frequently asked questions

What does hdshare/wauxiliary_public do?

WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept and alter the execution flow of compiled applications. It functions as a process injection toolkit and software reverse engineering tool, enabling the injection of custom logic into active application memory spaces to extend functionality without requiring original source code.

What are the main features of hdshare/wauxiliary_public?

The main features of hdshare/wauxiliary_public are: Dynamic Process Instrumentation, Runtime Symbol Resolution, Reverse Engineering Tools, Binary Instruction Patching, Process Space Injection, Reverse Engineering Frameworks, Symbol Interposition, Runtime Code Injection.

What are some open-source alternatives to hdshare/wauxiliary_public?

Open-source alternatives to hdshare/wauxiliary_public include: alibaba/dexposed — Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code… pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary… credittone/hooker — Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It… apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a… 0xz0f/z0fcourse_reverseengineering — This project is a structured course and instructional guide focused on x64 Windows reverse engineering. It provides a…