awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesLibrary Function Hooking

Intercepting function calls within shared libraries to capture data before it is processed or encrypted.

Distinguishing note: The candidates focus on specific encryption libraries or LLM functions; this is a general system-level hooking mechanism for auditing.

Explore 6 awesome GitHub repositories matching operating systems & systems programming · Library Function Hooking. Refine with filters or upvote what's useful.

Awesome Library Function Hooking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gojue/ecaptureG

    gojue/ecapture

    15,283在 GitHub 上查看↗

    Ecapture is a suite of specialized auditing tools designed to capture plaintext database queries, log executed shell commands, forward packet captures, and decrypt TLS traffic. The system extracts plaintext content from encrypted communications and TLS master secrets without requiring CA certificates. It further monitors data interactions by capturing SQL queries from database instances and recording commands from shell environments for host-level auditing. The toolset includes capabilities for network traffic analysis, exporting captured data to pcapng files, and forwarding events to extern

    Uses library-level hooking to intercept and extract plaintext data from encryption and database libraries.

    C
    在 GitHub 上查看↗15,283
  • tkkk-ioser/wechatplugin-macosTKkk-iOSer 的头像

    TKkk-iOSer/WeChatPlugin-MacOS

    14,274在 GitHub 上查看↗

    This project is a set of extensions for the WeChat macOS application designed to modify client behavior and unlock hidden features. It functions as a client modification framework and a multi-account manager, allowing users to launch and operate several independent instances of the application on a single machine. The tool distinguishes itself through deep integration with the operating system, enabling the execution of macOS system commands and remote administration via incoming chat messages. It also provides productivity extensions that connect chat lists and conversation histories to exte

    Uses symbol-based function hooking to locate internal logic and trigger automated replies and state changes.

    Objective-Calfred-workflowmacosplugin
    在 GitHub 上查看↗14,274
  • alonemonkey/monkeydevAloneMonkey 的头像

    AloneMonkey/MonkeyDev

    6,789在 GitHub 上查看↗

    MonkeyDev is a developer toolset for building, injecting, and deploying system extensions and custom dynamic libraries into mobile applications. It functions as an application patching tool and dynamic library injector designed to modify how mobile applications operate. The project provides a development environment for creating system extensions and tweaks, including tools for injecting libraries into decrypted binaries to enable debugging and symbol restoration on non-jailbroken hardware. It features a command-line interface for deploying hooks into system processes and third-party applicat

    Implements system-level function hooking to intercept and modify internal calls in real-time.

    Objective-Ccocoapodsiosiosopendev
    在 GitHub 上查看↗6,789
  • kdrag0n/safetynet-fixkdrag0n 的头像

    kdrag0n/safetynet-fix

    6,425在 GitHub 上查看↗

    Safetynet-fix is a tool for Android device attestation designed to bypass hardware and software integrity checks. Its primary purpose is to achieve Google SafetyNet compliance on devices with unlocked bootloaders, allowing software that requires specific security profiles to run on modified systems. The project provides compatibility for rooted devices, specifically ensuring that banking and payment applications remain functional while maintaining root access. It manages the Magisk environment configuration to maintain these security-sensitive application requirements. The system utilizes va

    Implements system-level library function hooking to intercept and spoof device attestation responses.

    C++androidhacktoberfestmagisk
    在 GitHub 上查看↗6,425
  • eunomia-bpf/bpf-developer-tutorialeunomia-bpf 的头像

    eunomia-bpf/bpf-developer-tutorial

    4,145在 GitHub 上查看↗

    该项目是一个教育资源,提供了一个全面的开发教程,用于在 Linux 内核中使用 C、Go 和 Rust 编写并加载 eBPF 程序。它作为一个技术指南,用于开发直接在内核中执行的自定义逻辑。 这些材料涵盖了专门的领域,包括内核可观测性和追踪、用于入侵检测的安全实现,以及用于包过滤和负载均衡的高性能网络工程。它还包括用于 Linux 内核追踪以及使用 kprobes、uprobes 和 tracepoints 的专用手册。 该项目涵盖了广泛的功能领域,如内核插桩、系统监控和可观测性、网络分析以及安全强制执行。它进一步扩展到 GPU 和驱动程序的硬件级调试,以及底层系统操作和资源管理。

    Intercepts function calls within shared libraries via uprobes to aggregate data without restarting processes.

    Cbpfebpfexamples
    在 GitHub 上查看↗4,145
  • alonemonkey/frida-ios-dumpAloneMonkey 的头像

    AloneMonkey/frida-ios-dump

    3,874在 GitHub 上查看↗

    frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation framework. It functions as a memory dumper and extraction utility to obtain application binaries directly from device memory. The project enables the retrieval of decrypted application files using either a display name or a bundle identifier. It combines these dumped binaries with extracted metadata and assets to assemble a standard distributable application package. The tool covers a technical surface including process injection, dynamic library hooking, and memory-based bi

    Implements system-level function hooking to intercept C functions and trigger binary decryption.

    JavaScript
    在 GitHub 上查看↗3,874
  1. Home
  2. Operating Systems & Systems Programming
  3. Library Function Hooking