SamuelTulach / mutante

Kernel-mode Windows HWID spoofer
520 stars 142 forks source link

utils.cpp | Un-/signed conflict @line29 #3

Open Versfragment opened 3 years ago

Versfragment commented 3 years ago

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?