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.
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.
이 릴리스에는 구현 '- 모든 jar 파일을 확인해 주셔서 J로 시작하는 옵션입니다. 메모리 누수가 수정되었습니다. - W와 - 승 옵션을 추가했다 오류 또는 경고를 중지하려면 프로그램을 발생합니다. - S 옵션을 boostrap 클래스 로더를 사용하지 않는 세력. 중첩된 JSRs 처리 해결되었습니다. 확인 개체 개체를 전환하는 동안 깁스 수있습니다 - q와 함께 조용한 출력 및 타이밍 - T를 플래그 - Q에 플래그를 함께하도록 추가되었습니다. ClassFile 더 이상 실행되지 않을 수있습니다. CVRun 대신 사용해야합니다. 건물 지정에 대한 repackage.sh 스크립트 라이브러리를 패키지에 추가되었습니다. StackMap 검증이 추가되었습니다. 타입 개체를 사용하는 방법이 변경되었습니다. 지점 통과 해결되었습니다.
Tags:
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.