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.


How to create a hacking tool? filter_list
Author
Message
RE: How to create a hacking tool? #21
I want to learn Java, how is it better guys? and tell me if Der is anything bad about it.

Reply

RE: How to create a hacking tool? #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

Reply

RE: How to create a hacking tool? #23
which is good to create backdoor bro.. c++ or ?

Reply

RE: How to create a hacking tool? #24
try codeing in visual basic. Is very simple

Reply







Users browsing this thread: 1 Guest(s)