wrapper-dll topic

List wrapper-dll repositories

devreorder

310
Stars
30
Forks
Watchers

A utility for reordering and hiding DirectInput controllers

dxwrapper

1.1k
Stars
81
Forks
Watchers

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.

DirectX-Wrappers

209
Stars
40
Forks
Watchers

Wraps the main DirectX and Direct3D DLLs. It allows you to intercept calls to DirectX and Direct3D interface functions so that you can log API calls or you can add your own code into the game, such a...

d3d11-wrapper

66
Stars
18
Forks
Watchers

Unfinished, experimental d3d11.dll wrapper for intercepting DirectX 11 function calls.

Direct3D9-Overlay

59
Stars
17
Forks
Watchers

Direct3D9 Wrapper DLL/classes with a built-in overlay framework that implements an in-game console and a text feed for printing on-screen messages in DirectX9 programs. Includes plugin support.

DLL_Wrapper_Generator

25
Stars
6
Forks
Watchers

Automatic generation of DLL wrappers for both 32-bit and 64-bit DLLs

Xidi

152
Stars
10
Forks
Watchers

DirectInput interface for XInput controllers

dinputto8

93
Stars
8
Forks
Watchers

A dll module that is designed to improve compatibility in games using DirectInput 1-7 (dinput.dll) by converting all API calls to their equivalent DirectInput 8 (dinput8.dll) ones. This allows older g...