Skip to content

A prototype of a java bytecode static analyzer to detect at compile time possible ArrayOutOfBoundExceptions

Notifications You must be signed in to change notification settings

mellon85/JavaArrayAccessAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is just a prototype i have developed for my postgraduation thesis.
It analyzes java bytecode, using the BCEL library, looking for possible
places where there can be an ArrayOutOfBoundException without executing
the code.

To use it just compile it with ant and 

./run path-to-class-file

About

A prototype of a java bytecode static analyzer to detect at compile time possible ArrayOutOfBoundExceptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published