Does anyone out there have a keylogger totaly written in MASM32?
I have tried to write one, but I can't. So I need one to study.
Please help...
Posted on 2001-10-30 16:24:19 by Christopher
you could use that API, there are a some C(pp) sources around, and there aren't many differents between using that api in c or assembler.

altough i wasn't able to get it working ;(
Posted on 2001-11-01 11:32:03 by lifewire
I've posted a few questions on keyboard hooks in the past two weeks, someone replied with asm source to a useful keyboard hook that can be modified to log keystrokes.

I changed it to watch for keypress patterns and replace certain words with other words system-wide...


Thanks,
_Shawn
Posted on 2001-11-01 11:40:34 by _Shawn
Heh. That was my first attempt at a program written with MASM. It worked, but I gave up when I couldn't log the program name. Looking back, it doesn't seem like that much of a problem. Anyways, let me know if you want the source.
Posted on 2001-11-01 18:56:43 by lackluster
Sorry for the following question, but what does 'keylogger' mean ???:(

Thanks
Posted on 2001-11-03 03:59:22 by Vom-bonjour:-()
hehe. a keylogger is just a prog that runs and intercepts all the key presses the user made.. a spy. bad erh?
Posted on 2001-11-03 08:44:23 by lifewire
I have helped make a keylogger in 100% win32asm. It is very good. But was only made out of curiosity (as most "bad" progs are). Mail me and i'll send you the code. But there is something i will need your help with.

Nok.
Posted on 2001-11-04 18:29:18 by Nokturnal
nokturnal,
could you please send me the code? I have mailed you recently.

Thanks
Posted on 2001-11-05 18:53:59 by CodeLover