Maxim
Maxim
Hello! Thanks for the POC and that you share it with us! I tried to adopt your POC and do some tryings altough whenever I try to call the actual...
I cannot seem to find new pattern for recent windows version 21H1, thats what I've tried: ```c std::pair GetLdrpHandleTlsOffsetData() { return { "\x74\x33\x44\x8d\x43\x09", 0x2C }; } DWORD LdrpHandleTlsData(void* baseAddress) {...
How to make exception handling possible (C and C++)? I thought on using the flag "NoExceptions" but then again I am confused by the name, so if I want to...
can update for $?
I tried to update use WPP but I cannot find proper return address to use, anyone maybe figured already and want some donation
### What happened? Hello, I followed the https://github.com/citizenfx/fivem/blob/master/docs/building.md carefully but yet everything compiles fine until CitiLaunch which has Mismatched C++/WinRT headers where could be the issue? ### Expected result CitiLauncher...