Decompiling these classes can be quite interesting 反編譯這些類可能會(huì)非常有趣。
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就會(huì)允許您圖形化地瀏覽它的類,并自動(dòng)反匯編每個(gè)類以讓您查看。
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 如果您把計(jì)算機(jī)程序的工作方式看作類似一個(gè)公司的組織結(jié)構(gòu),那么對(duì)于為什么反編譯代碼不是無(wú)關(guān)緊要的,以上的這個(gè)比方就會(huì)給你一個(gè)直接的感受。
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)打開(kāi)和封鎖java代碼的初學(xué)者指南中, greg travis使用mocha 、 hosemocha 、 jmangle和jode等流行工具中的范例,來(lái)循序漸進(jìn)地教你有關(guān)反匯編、反編譯和java代碼模糊處理的基礎(chǔ)知識(shí)。