Decompiling these classes can be quite interesting 反編譯這些類可能會非常有趣。
Type the name of a . jar file into the command line and jode will allow you to graphically browse its classes , automatically decompiling each class for you to see 在命令行中鍵入. jar文件的名稱, jode就會允許您圖形化地瀏覽它的類,并自動反匯編每個類以讓您查看。
If you think of a computer program working like a corporate structure , then the above analogy should give you an intuitive sense of why decompiling code isn t trivial 如果您把計算機程序的工作方式看作類似一個公司的組織結(jié)構(gòu),那么對于為什么反編譯代碼不是無關(guān)緊要的,以上的這個比方就會給你一個直接的感受。
In this beginner s guide to opening up and locking down java code , greg travis walks you through the essentials of disassembling , decompiling , and obfuscating java code , using examples from popular tools such as mocha , hosemocha , jmangle , and jode 在這篇有關(guān)打開和封鎖java代碼的初學(xué)者指南中, greg travis使用mocha 、 hosemocha 、 jmangle和jode等流行工具中的范例,來循序漸進地教你有關(guān)反匯編、反編譯和java代碼模糊處理的基礎(chǔ)知識。