Jump to content

Recommended Posts

Posted

Regarding the fact that Keyloggers are banned from the forums. And before you start, no, I don't support them.

But uhh.. if you read the example for _WinAPI_SetWindowsHookEx ... isn't that basically just a keylogger already made for you?

Just throwing that one out there.

Posted

Regarding the fact that Keyloggers are banned from the forums. And before you start, no, I don't support them.

But uhh.. if you read the example for _WinAPI_SetWindowsHookEx ... isn't that basically just a keylogger already made for you?

Just throwing that one out there.

No. It doesn't log anything, and shouldn't be used for that purpose - even though it could.

[left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]

Posted

No. It doesn't log anything, and shouldn't be used for that purpose - even though it could.

Yeah.. but the example basically gives you the only hard part to the concept.

Posted (edited)

It only shows you how to set a hook. It doesn't show you how to process the key values of the message.

That's the only missing thing missing in my installation monitor. I just cobbled up a crude one for my purposes. I still can't detect multiple simultaneous keypresses.

That little utility script helped a lot in making the creation of new installation scripts a breeze.

Edited by omikron48

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...