Download List

项目描述

cbcv is a Java class and byte code verifier. It
verifies static class file structure, external
references, and analyzes operand stack and local
variables through byte code execution emulation.
It includes CLDC standard verification.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-07-29 08:27
0.4

此版本实施了'- j'的选项验证整个jar文件。固定内存泄漏。 - W和- w选项被添加到导致程序停止错误或警告。甲- S选项部队不使用自举类加载器。嵌套的JSR处理是固定的。一个检查,以确保对象可以在对象转换演员一起加入- Q和Q值更安静输出和为计时t标志旗。类文件不能执行了。 CVRun应该用来代替。一种构建自定义的脚本打包repackage.sh增加了图书馆。 StackMap核查补充。类型对象的使用方式已更改。科遍历是固定的。
标签: Major bugfixes
This release implemented a '-j' option for verifying whole jar files. Memory leaks were fixed. -W and -w options were added to cause the program to stop at errors or warnings. A -S option forces not using boostrap class loader. Nested JSRs handling was fixed. A check to ensure that objects can be cast during object conversions was added along with -q and -Q flags for quieter output and a -t flag for timing. ClassFile can not be executed anymore. CVRun should be used instead. A repackage.sh script for building custom packaged libraries was added. StackMap verification was added. The way Type objects are used was changed. Branch traversing was fixed.

2005-04-26 20:24
0.3

标签: Initial freshmeat announcement

Project Resources