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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
HdShare avatar

HdShare/WAuxiliary_PublicArchived

0
View on GitHub↗

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.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
github.com/Xposed-Modules-Repo/me.hd.wauxv
↗

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.
  • Frameworks d'ingénierie inverse - 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.
3,884 stars·357 forks·Kotlin·4 vues

Historique des stars

Graphique de l'historique des stars pour hdshare/wauxiliary_publicGraphique de l'historique des stars pour hdshare/wauxiliary_public

Alternatives open source à WAuxiliary Public

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec WAuxiliary Public.
  • pwndbg/pwndbgAvatar de pwndbg

    pwndbg/pwndbg

    10,051Voir sur 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
    Voir sur GitHub↗10,051
  • alibaba/dexposedAvatar de alibaba

    alibaba/dexposed

    4,508Voir sur 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
    Voir sur GitHub↗4,508
  • fuzion24/justtrustmeAvatar de Fuzion24

    Fuzion24/JustTrustMe

    5,329Voir sur 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
    Voir sur GitHub↗5,329
  • 0xz0f/z0fcourse_reverseengineeringAvatar de 0xZ0F

    0xZ0F/Z0FCourse_ReverseEngineering

    5,852Voir sur 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++
    Voir sur GitHub↗5,852
Voir les 30 alternatives à WAuxiliary Public→

Questions fréquentes

Que fait hdshare/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.

Quelles sont les fonctionnalités principales de hdshare/wauxiliary_public ?

Les fonctionnalités principales de hdshare/wauxiliary_public sont : Dynamic Process Instrumentation, Runtime Symbol Resolution, Reverse Engineering Tools, Binary Instruction Patching, Process Space Injection, Frameworks d'ingénierie inverse, Symbol Interposition, Runtime Code Injection.

Quelles sont les alternatives open-source à hdshare/wauxiliary_public ?

Les alternatives open-source à hdshare/wauxiliary_public incluent : 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…