Sign in to follow this  
Heater2.0

Getting into hacking with existing coding experience?

Recommended Posts

So I took a Java class and can do: methods, classes, recursion blah blah blah  yknow the basic stuff; Can make some shitty programs. Interested in learning writing viruses different kinds of hacking programs :D. Where do I go from here? Whats the best way to learn about this stuff. How and when?

Share this post


Link to post
Share on other sites

So I took a Java class and can do: methods, classes, recursion blah blah blah  yknow the basic stuff; Can make some shitty programs. Interested in learning writing viruses different kinds of hacking programs :D. Where do I go from here? Whats the best way to learn about this stuff. How and when?

 

Any programming experience is always useful and knowing about classes and the like will be really helpful. Unfortunately, Java isn't a great language for writing viruses and similar; especially if you're just starting out.

 

If you're interested in writing malware, your best bet would be to learn C. You'll be able to learn it quickly as you can already do some programming. This link should help: https://www.cprogramming.com/java/c-and-c++-for-java-programmers.html

 

Your java will become useful later as another vector, but due to the type of language it is it's unfortunately not very useful for malware writing.

Share this post


Link to post
Share on other sites

As the above poster wrote, Java, isn't really useful in writing viruses as Java code runs in a virtual machine. However, the programming techniques you have learnt are transferable across any programming language so don't be discouraged, and go explore other languages e.g. C or Python.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this