(31 May, 2019 - 10:06 AM)Heater2.0 Wrote: Show MoreSo 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-...mmers.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.