Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Keylogger in Java filter_list
Author
Message
RE: Keylogger in Java #7
(12-04-2012, 06:03 PM)Deque Wrote:
Code:
first of all, Java is painfully slow.

That was true before they used JIT, but that has been a couple years ago.
Also--keylogging is not a task that needs much speed, is it?
running Java program constantly still slows you down noticeably, especially on older computers and/or computers without virtualization


Quote:Ahh, I figured that Java wouldnt be up to the task, since it's quite a high level language, i'll look into a lower level language (like you say C++ would be ideal)
you can use high level languages, just make sure they're efficient and not virtualized. but C++ is a good idea too

Reply





Messages In This Thread
Keylogger in Java - by The_King_Under_The_Hill - 12-04-2012, 03:40 PM