搜索资源列表
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
jode-1.1.2
- java反编译领域经典之作,能够反编译java字节码.-java decompiler classic in the field, can decompile 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.
Java-VariablesDemo
- 这是一个输出简单数据类型的取值范围的程序,已经编译出字节码文件。-This program is an output range of simple data types, and has compiled bytecode files.
Java-Student
- 该程序是学生选课的学生信息类,已经编译出字节码文件。-The program is a student elective class students, has been compiled bytecode file.
Java-Arcade-games
- 该文件是用java编写的一个猜拳小游戏,已经编译出来字节码文件了。-The file is a of mora small game prepared using java has compiled bytecode files.
TagTest
- java java与数据库的链接 java ee课本中的课后题-Java source code is converted to java bytecode by the java compiler.
Chinese-incorrect-codes-of--Java
- 通过分析Java程序设计中Java编译器对Java源文件和JVM(Java Virtual Machine)对字节码文件的编码/解码过程,解决Java编程中的中文乱码问题。-By analyzing the Java programming Java compiler for Java source files and JVM (Java Virtual Machine) bytecode file encoding/decoding process, the Java programming
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.
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