没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > javafuzz |
javafuzz
|
0 | 0 | 22 |
贡献者 | 讨论 | 代码提交 |
概述
JavaFuzz is a java classes fuzzer based on the the Java Reflection API. The reflection API represents, or reflects, the classes, interfaces, and objects in the current Java Virtual Machine. Using the reflection API it can contruct and invoke any given class (or list of classes). After getting the types that a class accepts will construct the class using expected and/or inappropriate values. If the option -m is issued then all the methods will be invoked as well. Have look in the Examples article.
Note : Check the subversion repository for the latest version, Downloads get the latest packaged version, not the latest available version.
Latest version : 0.7.5
创建时间:2014-05-11 06:50