A user monitoring program
-
Hello. It`s a bit strange request, but is it possible to make a background software, that monitors the user input then reports it to the sysadmin? Invisible focusable frames are not the option I guess. Is this a platform specific question by the way?
-
Hi,
Hiding a program is possible. That's for sure. Getting all user inputs is more a OS thing when it is done on the background.
It sounds to me you are making a keylogger or something like it. I hate virus makers and any other idiot who makes money by making other peoples lives miserable. -
Hi.
Are you talking about services that run in background.
links:-"Daemon (computing)":http://en.wikipedia.org/wiki/Daemon_(computing)
-
No, I am not doing a keylogger whatever it means. The idea is another. I want this - let
s say my program runs in background and in XML file it has a code that says "If user presses Ctrl+M+N show". Imagine ALT+F4 shutdown dialog. It
s kind of OS really, but I think it`s achievable by Qt alone.
[quote author="Jeroentje@home" date="1412579052"]Hi,
Hiding a program is possible. That's for sure. Getting all user inputs is more a OS thing when it is done on the background.
It sounds to me you are making a keylogger or something like it. I hate virus makers and any other idiot who makes money by making other peoples lives miserable.[/quote] -
I am not sure I need daemon for this kind of stuff. I have a similar software I
ve made under Qt and C. Here it is: https://www.flickr.com/photos/heatblazer/15258084247/ It
s for linux only, coming soon for Win32 but that`s off topic. The idea is if I can actually add my custom commands and to perform some tasks with them.
[quote author="IamSumit" date="1412593458"]Hi.Are you talking about services that run in background.
links:-"Daemon (computing)":http://en.wikipedia.org/wiki/Daemon_(computing)
[/quote]
-
Here http://retired.beyondlogic.org/keyboard/keybrd.htm is kind of example but hard for me to read or compile since it`s asm.
[quote author="Jeroentje@home" date="1412579052"]Hi,
Hiding a program is possible. That's for sure. Getting all user inputs is more a OS thing when it is done on the background.
It sounds to me you are making a keylogger or something like it. I hate virus makers and any other idiot who makes money by making other peoples lives miserable.[/quote]