2 repositorios
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.
Este proyecto es una capa de compatibilidad de características de GPU y un mod de generación de fotogramas. Funciona como un emulador y envoltorio de API DLL que intercepta las llamadas de generación de fotogramas DLSS de Nvidia y las redirige a una implementación alternativa. El software permite la generación de fotogramas AMD FSR 3 en juegos que admiten de forma nativa solo la generación de fotogramas DLSS de Nvidia. Traduce solicitudes gráficas propietarias a un estándar abierto, permitiendo que la interpolación de fotogramas se ejecute en tarjetas gráficas que, de otro modo, serían incompatibles con los estándares originales del proveedor. El sistema emplea envoltorios de proxy DLL y redirección de bibliotecas dinámicas para imitar las firmas de funciones esperadas y evitar bloqueos de la aplicación. Este proceso mapea las traducciones de propietario a abierto a través de enganches en tiempo de ejecución y emulación de superficie de API.
Employs a proxy mechanism to route DLL calls through a custom implementation to enable FSR 3.