Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Hide Regkey


ghost's Avatar
0 0

Hi all :) , i would like to know if it is possible to hide a registry key ??? I have to hook the API function : RegOpenKeyEx / RegQueryValueEx , or there is a more simple way to do it ? Thanks. w4kfu.


ghost's Avatar
0 0

I don't know if this is what you are looking for, but i know that you can hide registry values simply using very long names for it. If you overflow the MAX_LENGTH constant (if is longer than 260 bytes), the Regedit utility won't show these Registry values, but they're still there.

I found this info here


ghost's Avatar
0 0

Very interesting vulnerability , thanks for the info Cyph3rHell. Consequently for viewing this "hidden" registry value , we shouldn't not use the regedit utility , it is similar to hook the API function. Yet this will be sufficient :) , i will not have to program an another "driver". I am open to other ways to do this.