OneMeanDragon
Results
2
issues of
OneMeanDragon
Windows10 x64 (to be more precise)`RegkeyOpen(HKEY_LOCAL_MACHINE, REGKEY_ROOT, &hKey, KEY_READ | KEY_WOW64_64KEY))` weird depending on compat mode... (to many setups with this thing these days)
Noticed someone was complaining about str_to_hex and hex_to_str in the file, maybe they'll like this a little better. ``` void StringToHex(const UCHAR *datainput, UINT32 datalength, std::string &outbuffer) { static const...