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

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

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

2 个仓库

Awesome GitHub RepositoriesDLL Proxy Wrapping

Intercepts calls to a proprietary library and redirects them to a custom implementation via a proxy DLL.

Distinct from DLL Proxy Execution: Distinct from DLL Proxy Execution: focuses on wrapping and redirecting function calls for feature replacement rather than secure execution or whitelisting bypass.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · DLL Proxy Wrapping. Refine with filters or upvote what's useful.

Awesome DLL Proxy Wrapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nukem9/dlssg-to-fsr3Nukem9 的头像

    Nukem9/dlssg-to-fsr3

    4,951在 GitHub 上查看↗

    本项目是一个 GPU 特性兼容层和帧生成模组。它作为一个 DLL API 模拟器和包装器,拦截专有的 Nvidia DLSS 帧生成调用并将其重定向到替代实现。 该软件在原生仅支持 Nvidia DLSS 帧生成的游戏中启用了 AMD FSR 3 帧生成。它将专有的图形请求转换为开放标准,允许帧插值在原本与原始供应商标准不兼容的显卡上运行。 该系统采用 DLL 代理包装和动态库重定向来模拟预期的函数签名并防止应用程序崩溃。此过程通过运行时挂钩和 API 表面模拟来映射专有到开放的转换。

    Uses DLL proxy wrapping to intercept Nvidia DLSS calls and redirect them to FSR 3.

    C++amddirectx-12game-development
    在 GitHub 上查看↗4,951
  • sebaxakerhtc/rdpwrap.inisebaxakerhtc 的头像

    sebaxakerhtc/rdpwrap.ini

    3,702在 GitHub 上查看↗

    This project provides configuration data structures containing build-specific memory offsets and patch codes required to activate remote desktop services. It serves as a registry of parameters and patch sets used to bypass remote desktop restrictions across various operating system builds. The repository specifically focuses on updating configuration files for the RDP Wrapper library. This ensures compatibility with new operating system builds, enabling remote desktop connectivity on editions that do not natively support the feature. The project covers system-level configuration for remote d

    Intercepts system calls via a proxy DLL to redirect remote desktop service functions to a wrapper library.

    在 GitHub 上查看↗3,702
  1. Home
  2. Operating Systems & Systems Programming
  3. Signed Binary Modules
  4. DLL Proxy Wrapping