Hypnootika
Hypnootika
Consider below snippet: ``` from libmem import * print(LM_GetProcess()) print(LM_FindModule(LM_GetProcess().name)) print(hex(LM_FindModule(LM_GetProcess().name).base)) print(LM_ReadMemoryEx(LM_GetProcess(), LM_FindModule(LM_GetProcess().name).base, 8)) ``` and the result: 1. lm_process_t(pid = 2144, ppid = 10420, bits = 64, start_time =...
See commits. This is obviously not doable the next day but i thought i would share my ideas.
Hello everyone, im decently new to working with binary files and KaitaiStruct. I love it but i unfortunately dont like the ReadWriteStruct. I created a different approach based on the...
The code has been updated to include the process path in the Windows process structure. This was achieved by modifying the process initialization section of the Windows code block. Since...
Thanks for the help getting my issues solved and to tell me what the general direction is. I intercepted where i wanted to, so its probably not a "standard" Futhark...