i wanted to make a program that watch another program
to know which keys in registry are checked!
i can do it by myself (debuggers & ....)
but i need to make a program that can work when i'm not home!
i know one way!
Hook! windows API ! "RegQueryValueEX" in "advapi32.dll" to report
which keys are checked!
but it needs much knowledge than what i have!
can anyody help me?

