-
Notifications
You must be signed in to change notification settings - Fork 0
mellon85/JavaArrayAccessAnalyzer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is just a prototype i have developed for my postgraduation thesis. It analyzes java bytecode, using the ASM library, looking for possible places where there can be an ArrayOutOfBoundException without executing the code. To use it just build it with gradle: ./gradlew shadowJar And run it: java -jar build/libs/StaticAnalyzer-all.jar 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 0
No packages published