| 1. | And that s where a java disassembler comes in 这其实就是java反汇编器所要做的。 |
| 2. | Which is part of the jdk 这样的反汇编器,它是jdk的一部分。 |
| 3. | Original decompiler manifesto 原始反汇编器宣言 |
| 4. | Javap is a java code disassembler , which is not the same as a decompiler Javap是一个java代码反汇编器,它和反编译器是不同的。 |
| 5. | In my opinion the best tools to analyse such binaries are interactive disassemblers or cpu emulators 在我看来是交互式反汇编器或cpu模拟器。 |
| 6. | To see how hosemocha works , we ll use our trusty disassembler , javap 为了了解hosemocha是如何工作的,我们将使用javap ,这个值得信赖的反汇编器。 |
| 7. | Let s look at a sample of what happens when a decompiler runs up against obfuscated code 让我们看一下当反汇编器遇到经过模糊处理后的代码会发生什么情况。 |
| 8. | We ll close with a look at one of the newer decompilers , just to give you an idea of what s out there 在本文的最后,我们看一下一个较新的反汇编器,仅仅让您有个大致的概念。 |
| 9. | The disassembler can be used to analyse the code statically , to remove the obfuscations , to decrypt binaries etc 反汇编器可以用来静态分析代码,移除陷阱,对二进制代码进行解码等。 |
| 10. | Several of the more recent decompilers let you browse through a directory of . class files and decompile them with a single click 在最近出现的反汇编器中,有几个能让您浏览. class文件的目录并且只要单击一下,就能对它们进行反汇编。 |