forked from ksen007/janala2
-
Notifications
You must be signed in to change notification settings - Fork 0
a concolic testing engine for Java
License
dwskoog/janala2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CATG ---- CATG is a concolic unit testing engine for Java programs. The implementation uses ASM for instrumentation. ASM instrumentation instruments (see janala.instrument.*) class files at runtime and dumps (see janala.logger.*) to a file a log of all instructions executed by the program and all values loaded from local stacks and heaps. A concolic execution engine (see janala.interpreters.*) then takes the log and performs both symbolic and concrete interpretation of the logged instructions. ant build ./testall If you are using cygwin, replace concolic by concolic.cygwin in testall.
About
a concolic testing engine for Java
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 98.5%
- Other 1.5%