If java.class files are very secured and no one can see your souce code, how then is it that people hack programms and systems?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If java.class files are very secured and no one can see your souce code, how then is it that people hack programms and systems??

Help me understand...is there a way someone can get access to your programm and alter it without having the source code??...or how exactly do hackings happen..thanks for any replies...decided never to pretend i know..

6th Nov 2019, 5:42 AM
Allan And Lifted Hands
Allan And Lifted Hands - avatar
3 Answers
+ 3
yes it's still possible to see your code, there are some reverse engineering tools that one can use to do so, the best practice is to apply code obscurification and encryption techniques to add extra security levels. However, keep in mind that your code resides on their device...so eventually no code is 100% secured.
6th Nov 2019, 6:02 AM
George Samanlian
+ 2
yes I know N00B ...I suggested that as a security measure...if nothing, it's still better to do that than leaving everything as original code so when someone reverse engineers your class, they'd have to do some serious work before knowing what you actually wrote
6th Nov 2019, 6:42 PM
George Samanlian
6th Nov 2019, 6:37 PM
N00B