2 Repos
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.
Dieses Projekt ist eine GPU-Feature-Kompatibilitätsschicht und ein Frame-Generation-Mod. Es fungiert als DLL-API-Emulator und Wrapper, der proprietäre Nvidia DLSS Frame Generation-Aufrufe abfängt und an eine alternative Implementierung umleitet. Die Software ermöglicht AMD FSR 3 Frame Generation in Spielen, die nativ nur Nvidia DLSS Frame Generation unterstützen. Sie übersetzt proprietäre Grafikanfragen in einen offenen Standard, wodurch Frame-Interpolation auf Grafikkarten ausgeführt werden kann, die ansonsten nicht mit den ursprünglichen Herstellerstandards kompatibel sind. Das System verwendet DLL-Proxy-Wrapping und dynamische Bibliotheksumleitung, um erwartete Funktionssignaturen nachzuahmen und Anwendungsabstürze zu verhindern. Dieser Prozess bildet proprietäre-zu-offene Übersetzungen durch Runtime-Hooking und API-Oberflächenemulation ab.
Uses DLL proxy wrapping to intercept Nvidia DLSS calls and redirect them to FSR 3.
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.