I have a problem with utils.cpp line 29:
for (auto i = 0; i < moduleList->ulModuleCount; i++)
Always the signed / unsigned conflict.
Changed it a bit to complie this but seems like its not working as intended then.
Btw. I checked my HWID's over CMD with wmic diskdrive get name,size,model,serialnumber and nothing changed.
Hey there,
I have a problem with utils.cpp line 29:
for (auto i = 0; i < moduleList->ulModuleCount; i++)
Always the signed / unsigned conflict.Changed it a bit to complie this but seems like its not working as intended then. Btw. I checked my HWID's over CMD with
wmic diskdrive get name,size,model,serialnumber
and nothing changed.Well I don't get the failure there at all.
Any ideas?