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 Requirements

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

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.
標籤: Major bugfixes

2005-04-26 20:24
0.3

標籤: Initial freshmeat announcement

Project Resources