DMALibrary icon indicating copy to clipboard operation
DMALibrary copied to clipboard

Simple but extensive library for DMA users, made for gamehacking

Results 15 DMALibrary issues
Sort by recently updated
recently updated
newest added

Getting error: Failed to initialize keyboard hotkeys through kernel idk why

I compile the code but I don't get the DMALibrary.lib

I know the problem now, please close this issue directly. Thank you! Just replace it with memory reading. I'll use VMMLL_readEX instead _Originally posted by @subeoy1 in https://github.com/Metick/DMALibrary/issues/25#issuecomment-2278121011_ Brother, how...

How to use Shell to call functions in games function reinterpret_cast (0x7Fxxxxxxxxxx)(domain, name)

This is my first time using this library (it's been a huge help) but I have ran into my first problem. I am not sure if this is a me...

![image](https://github.com/user-attachments/assets/31fe8c26-3df5-4751-a70c-d149475bd66e)

win32ksgd.sys cannot be found in csrss.exe module VMMDLL_ProcessGetModuleBaseU returns 0 windows11 24h2 LTSC Winver: 26100

> PVMMDLL_MAP_MODULEENTRY module_entry{}; if (!VMMDLL_Map_GetModuleFromNameU(vHandle, Current_Process.Pid, const_cast(Current_Process.Name.c_str()), &module_entry, NULL)) { if (VMMDLL_InitializePlugins(vHandle)) { sleep_for(milliseconds(500)); while (true) { BYTE bytes[4] = { 0 }; DWORD i = 0; if (VMMDLL_VfsReadW(vHandle, E(L"\\misc\\procinfo\\progress_percent.txt"),...

gafAsyncKeyStateExport = user_session_state + 0x3690; I would like to ask how to get it using 0x3690? I used ida to open the win32ksgd.sys of the win11 22h2 version, but the...

I have a problem similar to this one - https://github.com/Metick/DMALibrary/issues/52 I am using your library without any modifications. I can not debug the problem. It appears when i call c_keys::InitKeyboard...