The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Twelve Years of Service
Posts: 2
Threads: 0
RE: How to create a hacking tool? 05-11-2014, 07:52 AM
#21
I want to learn Java, how is it better guys? and tell me if Der is anything bad about it.
•
Twelve Years of Service
Posts: 220
Threads: 6
RE: How to create a hacking tool? 05-11-2014, 04:50 PM
#22
(05-05-2014, 07:26 PM)greybat163 Wrote: (04-30-2014, 08:24 PM)shayuken Wrote: by the way, you already have in mind which hacking tool you want to develope for what?
I am planing for A tool which works like a keylogger. :Yuck:
If you're wanting to write something like a keylogger than you need lower-level access than what a scripting language like Python or Ruby would provide natively, or a sandboxed language like Java.
That said the functionality can be added through language extensions, though these need to be written in a native language(usually C or C++). Though as the WinAPI is common I know some extensions already exist on python you have pywin32 pyhook, and PythonCOM that would be useful for your purposes.
Java you can use JNI (Java Native Interface) to create a Java interface to the WinAPI. Or you can make use of JNA (Java Native Access)
http://en.wikipedia.org/wiki/Java_Native_Access which would probably be more useful in your case if you used Java.
Though for learning and for flexibility I'd recommend either using a .NET language(C# or Visual basic for example) or a notive language like C or C++. That way you get to implement everything and learn how it works. Of course that is just my opinion.
(05-11-2014, 07:52 AM)Amrith Prasobh Wrote: I want to learn Java, how is it better guys? and tell me if Der is anything bad about it.
http://en.wikipedia.org/wiki/Criticism_of_Java
•
Twelve Years of Service
Posts: 6
Threads: 0
RE: How to create a hacking tool? 06-07-2014, 08:39 AM
#23
which is good to create backdoor bro.. c++ or ?
•
Twelve Years of Service
Posts: 9
Threads: 2
RE: How to create a hacking tool? 06-19-2014, 05:52 PM
#24
try codeing in visual basic. Is very simple
•
Users browsing this thread: 1 Guest(s)