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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDynamic API Resolution

Mapping function identifiers to library exports at runtime to hide system dependencies.

Distinct from External API Integrations: Distinct from External API Integrations: focuses on low-level system library export resolution to bypass static import tables.

Explore 2 awesome GitHub repositories matching web development · Dynamic API Resolution. Refine with filters or upvote what's useful.

Awesome Dynamic API Resolution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lordnoteworthy/al-khaserLordNoteworthy 的头像

    LordNoteworthy/al-khaser

    7,001在 GitHub 上查看↗

    Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse engineering. It provides implementations for detecting and evading virtual machines, sandboxes, and debuggers to prevent software analysis. The project implements control flow obfuscation through anti-disassembly methods and utilizes dynamic API resolution to bypass static import tables. It further hinders forensic analysis by manipulating memory headers to prevent process dumps and utilizing remote code injection to execute logic in external processes. The capability surface

    Maps identifiers to library exports at runtime to call system functions while bypassing static import tables.

    C++
    在 GitHub 上查看↗7,001
  • trickster0/offensiverusttrickster0 的头像

    trickster0/OffensiveRust

    2,984在 GitHub 上查看↗

    OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and post-exploitation library, providing a collection of offensive security primitives and a Windows API wrapper for interacting with low-level system functions and undocumented APIs. The project focuses on bypassing security software through direct system calls, memory obfuscation, and stealthy payload execution. It implements techniques to defeat static binary analysis via compile-time string encryption and payload obfuscation, while avoiding detection using parent process ID s

    Locates and executes external library functions at runtime by resolving memory addresses through the operating system.

    Rust
    在 GitHub 上查看↗2,984
  1. Home
  2. Web Development
  3. External API Integrations
  4. Dynamic API Resolution