搜索资源列表
BytecodeGenerator
- Bytecode Generator for Linux.
ttinterp
- TrueType bytecode interpreter (body).
ftpatent
- FreeType API for checking patented TrueType bytecode instructions for Linux.
ttinterp
- TrueType bytecode interpreter Source Code for Linux.
xxtea
- 基于xxt算法针对coco2d-x游戏引擎下对lua脚本语言进行字节码加密的工具 源码-Based xxt coco2d-x algorithm for the next game engine for lua scr ipting language bytecode encryption source tools
make-bytecode-docs
- name shows up twice in output Source Code.
run-arsymtest
- free class file shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
SuperInvocationMarker
- shrinking, optimization, obfuscation, and preverification of Java bytecode.
SourcePosition
- Information about a source position for code, which includes both a line number and original bytecode address.
ByteBlock
- Representation of a basic block in a bytecode array for Linux v2.13.6.
AsmAnalyzer
- Analyzes the input JAR using the ASM java bytecode manipulation library to list the desired classes and their dependencies.
BasicBlocker
- Utility that identifies basic blocks in bytecode Source Code for Linux.
ByteBlock
- Representation of a basic block in a bytecode array for Linux
JvmitPrj
- java 字节码加密源码,实现对class加密解密-java bytecode encryption source code to achieve encryption and decryption of the class
assign_copy
- Build an LLVM bytecode indexed load using LLVMBuildGEP + LLVMBuildLoad.
ttinterp
- ttinterp.c TrueType bytecode interpreter (body). -ttinterp.c TrueType bytecode interpreter (body).
ftpatent
- ftpatent.c FreeType API for checking patented TrueType bytecode instructions (body). -ftpatent.c FreeType API for checking patented TrueType bytecode instructions (body).
inet_diag
- Bytecode is sequence of 4 byte commands followed by variable arguments.
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他