can anybody how to make a keylogger IN JAVA which have follwing properties:-
1. I can be able to load at the start time automatically.
2. It should log the keys independent of the applications used eg it should log keys which r typed either in MS_WORD, notepad, emails ets.... wat i mean is it sholud log ALL KEYBOARD INTERRUPTS...
3. how to make it as a system file . is that i need to set using attrib command or sumthin else.
please help me design the code or if u hv one post it here.
THANKS
You can't code the whole thing in Java but you can implement native code in Java. Search the net for a C++ keylogger and implement it using JNI. If that sounds a bit wasteful (Java is fast but not as fast as native code) do the whole thing in C++. It's really similar to Java and easy to learn plus it's more powerful.
In what universe is C++ more powerful than java?
if you want to create a simple program....it's good idea to use C++ because it's faster than java...but if u want to build a complex system....java is more powerfull than C++ and other progamming languages...
it is nice
thanks
Pages
Add new comment