2 个仓库
Executing dynamic link libraries by routing the call through a trusted, signed binary.
Distinct from Signed Binary Modules: Focuses on the proxying mechanism for execution rather than the secure deployment of signed modules.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · DLL Proxy Execution. Refine with filters or upvote what's useful.
LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security restrictions and execute unauthorized code. It serves as a technical registry that maps trusted system files to their functional capabilities and the offensive tactics they enable. The project distinguishes itself by providing a capability-driven indexing system and a tactics registry that relates legitimate binary functionality to known security evasion techniques. It includes an association layer that links specific system binaries to attack patterns and tactical objectives, pro
Maps signed system binaries that can be used as proxies to load and run DLL files.
本项目是一个 GPU 特性兼容层和帧生成模组。它作为一个 DLL API 模拟器和包装器,拦截专有的 Nvidia DLSS 帧生成调用并将其重定向到替代实现。 该软件在原生仅支持 Nvidia DLSS 帧生成的游戏中启用了 AMD FSR 3 帧生成。它将专有的图形请求转换为开放标准,允许帧插值在原本与原始供应商标准不兼容的显卡上运行。 该系统采用 DLL 代理包装和动态库重定向来模拟预期的函数签名并防止应用程序崩溃。此过程通过运行时挂钩和 API 表面模拟来映射专有到开放的转换。
Employs a proxy mechanism to route DLL calls through a custom implementation to enable FSR 3.