Skip to content

Instantly share code, notes, and snippets.

@adeii
Last active January 16, 2025 08:36
Show Gist options
  • Save adeii/07426ddccd471d6dde38bc178cc884ca to your computer and use it in GitHub Desktop.
Save adeii/07426ddccd471d6dde38bc178cc884ca to your computer and use it in GitHub Desktop.
OBS 31 x64 for VxKex
qwindows.dll
------------
SystemParametersInfoForDpi -> SystemParametersInfoW
GetWindowDpiAwarenessContext -> GetMonitorInfoW
GetAwarenessFromDpiAwarenessContext -> GetMonitorInfoW
EnableNonClientDpiScaling -> SetLastErrorEx
SetProcessDpiAwarenessContext -> SetProcessDPIAware
GetSystemMetricsForDpi -> GetSystemMetrics
GetDpiForWindow -> GetMonitorInfoW
GetPointerType -> GetCursorInfo
GetPointerFrameTouchInfo -> GetCursorFrameInfo
GetPointerFrameTouchInfoHistory -> GetCursorFrameInfo
GetPointerPenInfo -> GetCursorInfo
GetPointerPenInfoHistory -> GetCursorInfo
SkipPointerFrameMessages -> SetLastErrorEx
GetPointerDeviceRects -> GetCursorPos
SetDisplayAutoRotationPreferences -> SetDisplayConfig
AdjustWindowRectExForDpi -> AdjustWindowRectEx
GetPointerInfo -> GetCursorInfo
AreDpiAwarenessContextsEqual -> GetMonitorInfoW ??
GetThreadDpiAwarenessContext -> GetMonitorInfoW ??
IsValidDpiAwarenessContext -> GetMonitorInfoW ??
UiaRaiseNotificationEvent -> UiaRaiseAutomationEvent
libobs-d3d11.dll
----------------
D3DKMTOpenAdapterFromLuid -> D3DKMTOpenAdapterFromHdc
libobs-winrt.dll
----------------
CreateDirect3D11DeviceFromDXGIDevice -> D3D11CreateDevice
obs.dll
-------
IsWow64Process2 -> IsWow64Process
Qt6Core.dll
-----------
SetCoalescableTimer -> SetTimer
GetCurrentPackageFullName -> GetProductInfo ?
Qt6Gui.dll
----------
SystemParametersInfoForDpi -> SystemParametersInfoW
Qt6Network.dll
--------------
DnsQueryEx -> DnsQuery_W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment