搜索资源列表
src
- Java Bytecode Editor 是一个 JAVA 的字节码反汇编和修改器。它可以很方便的修改已经编译成 Class 文件的 JAVA 文件。
javago
- Java Bytecode Inlining Tool. JavaGO performs global optimization of Java byte code with assumption that it has information about all classes used in application. Source & Binary
bytecode
- 关于如何使用字节码加载的源代码,可以使用asm方式插入java字节代码-bytecode
JSP
- JDK(Java Developer Kit, Java开发工具包)是Sun公司提供的Java开发工具。开发JSP必须使用JDK工具包,它包含Java编译器、解释器和虚拟机(JVM),为JSP页面文件、Servlet程序提供编译和运行环境。JSP引擎使用JDK提供的编译器,将Servlet源代码文件编译为字节码文件。Servlet引擎使用JDK提供的虚拟机(JVM)运行servlet字节码文件。-JDK (Java Developer Kit, Java Development Kit) is
Java-byte-code-parse
- java 字节码解析过程资料。对于想研究java虚拟机的同学有很大帮助。-java bytecode parsing data. Be of great help for the students want to study the java virtual machine.
TagTest
- java java与数据库的链接 java ee课本中的课后题-Java source code is converted to java bytecode by the java compiler.
AccessFixer
- shrinking, optimization, obfuscation, and preverification of Java bytecode for Andriod. -shrinking, optimization, obfuscation, and preverification of Java bytecode for Andriod.
AllAppsView
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
AsmAnalyzer
- Analyzes the input JAR using the ASM java bytecode manipulation library to list the desired classes and their dependencies for Andriod.
IdentifiedLongValue
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
InstructionConstants
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
ExceptionRangeFilter
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
Initializer
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
ConstantPoolSorter
- ProGuard -- shrinking, optimization, obfuscation, and preverification of Java bytecode. -ProGuard -- shrinking, optimization, obfuscation, and preverification of Java bytecode.
UninitializedThisType
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
MethodrefConstant
- shrinking, optimization, obfuscation, and preverification of Java bytecode. -shrinking, optimization, obfuscation, and preverification of Java bytecode.
InstantiationClassFilter
- Container for all the giblets that make up a concrete Java bytecode method.
yguard
- Java字节码混淆器,你deployment和shrinker improves模式prohibiting unwanted接入你的源码和jar文件处理drastically the shrinking at the same time。(yGuard is a free Java bytecode obfuscator and shrinker that improves your software deployment by prohibiting unwanted access to yo
BytecodeViewer.2.9.8
- it is java bytecode and decompiler viewer
java虚拟机原理
- 虚拟机是一种抽象化的计算机,通过在实际的计算机上仿真模拟各种计算机功能来实现的。Java虚拟机有自己完善的硬体架构,如处理器、堆栈、寄存器等,还具有相应的指令系统。Java虚拟机屏蔽了与具体操作系统平台相关的信息,使得Java程序只需生成在Java虚拟机上运行的目标代码(字节码),就可以在多种平台上不加修改地运行。(Virtual machine is an abstract computer, which is realized by simulating various computer f
