搜索资源列表
retroguard-v2.3.1gpl
- retroguard 混淆器 Included in this release are the following files and directories: Readme.txt : This file. License.txt : For commercial projects, RetroGuard Pro is distributed under an annual subscr iption-based commercial license. -OR
lua-5.1.2CE
- Lua is a powerful, fast, lightweight, embeddable scr ipting language. Lua combines simple procedural syntax with powerful data descr iption constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpre
jode-1.1.2
- java反编译领域经典之作,能够反编译java字节码.-java decompiler classic in the field, can decompile java bytecode.
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.
FTPDemo
- Writing in the Java programming language is the primary way to produce code that will be deployed as Java bytecode. There are, however, bytecode compilers available for other languages such as Ada, Javascr ipt, Python, and Ruby. Several new languages
Shopping
- The Java platform consists of several programs, each of which provides a portion of its overall capabilities. For example, the Java compiler, which converts Java source code into Java bytecode (an intermediate language for the JVM), is provided as pa
run-arsymtest
- free class file shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
SuperInvocationMarker
- 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.
JvmitPrj
- java 字节码加密源码,实现对class加密解密-java bytecode encryption source code to achieve encryption and decryption of the class
Dynamic-Dalvik-Instrumentation
- 讲述了android dalvik动态指令集,不是字节码。以及与安全相关的技术。-it s about android dynamic instrumentation at dalvik level not by bytecode which is java VM.
1KG_20150915_HD
- 要学会使用ASM的最佳方式是编写一个Java源文件就相当于你想生成,然后使用字节码纲要插件Eclipse的ASMifier模式(或ASMifier工具)看到相当于ASM代码是什么。如果你想实现一个级变压器,写两个Java源文件(改造前,后),并使用插件的比较视图ASMifier模式比较等效的ASM代码。-The best way to learn to use ASM is to write a Java source file that is equivalent to what you
java
- 这是一个漂亮的电子音乐相册JAVA小程序,图片循环播放,人物漂亮,界面美观,多首音乐可供选择,可供休闲娱乐 1.程序主要功能为:图片旋转播放,同时播放乐曲,为节省空间,截取乐曲较短,建议播放时点击“循环播放”按钮。 2.程序添加“图片旋转暂停1.5秒”功能,方便您在喜欢的角度欣赏图片。 3.用下拉式列表选择要播放的曲目,选中后点击即可收听,默认播放曲目为第一首乐曲“爱不释手”。 我提交的压缩包内有:源代码,字节码文件,乐曲,图片,程序说明。请您查看评分,谢谢。 -This is a beauti
java上机
- 将上面的程序代码保存成HelloWorld.java文件,然后进入cmd界面,切换到HelloWorld.java文件所在的目录,使用javac HelloWorld.java编译,如果编译成功则目录下会出现HelloWorld.class文件,这就是所谓的字节码文件,或者叫中间代码文件,这个class文件就是跨平台的那个东东,然后呢,使用java HelloWorld命令执行就能看到结果,注意大小写。(The above code will be saved as a HelloWorld.j
Kotlin-for-Android-Developers-master
- Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。 Kotlin可以编译成Java字节码,也可以编译成Javascr ipt,方便在没有JVM的设备上运行。 JetBrains,作为目前广受欢迎的Java IDE IntelliJ 的提供商,在 Apache 许可下已经开源其Kotlin 编程语言。 Kotlin已正式成为Android官方支持开发语言(Kotlin is a new programming language based on JVM, develo
XJad2.2
- 可以将编译后的java字节码文件反编译为java文件,更好的查看源代码(You can decompile the compiled Java bytecode file into a java file to better view the source code)
asm-5.2
- asm源码,版本是5.2,支持jdk1.8及以下的版本。是个可以对字节码操作的java语言写的框架(ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformat
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
