-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java Target Integration #536
Comments
PR #537 aim to create base java testcases for step 1. |
PR #539 aim to manage testcases and add build script for the test cases. It also import necessary jar library for the built and calling to java-callgraph. |
In parallel with the callgraph we should look for the other program attributes fuzz introspector needs, such as information about:
It probably manifests a bit different in comparison to C/C++ so we may need to look for alternative and similar data points. |
JVM coverage report integration has been done and it has been bridged with OSS-FUZZ. Next step will be testing and bug fixing. Some minor bug fixing will be solved in Issue #629. |
Well done getting this through @arthurscchan -- super excited to see this. |
Awesome stuff! @arthurscchan |
Adds introspector support for java builds. Most of this work is referenced by way of ossf/fuzz-introspector#536 Also bumps introspector, which comes with a fix for ossf/fuzz-introspector#679 Signed-off-by: David Korczynski <[email protected]>
Adds introspector support for java builds. Most of this work is referenced by way of ossf/fuzz-introspector#536 Also bumps introspector, which comes with a fix for ossf/fuzz-introspector#679 Signed-off-by: David Korczynski <[email protected]> Signed-off-by: David Korczynski <[email protected]> Co-authored-by: Navidem <[email protected]>
Adds introspector support for java builds. Most of this work is referenced by way of ossf/fuzz-introspector#536 Also bumps introspector, which comes with a fix for ossf/fuzz-introspector#679 Signed-off-by: David Korczynski <[email protected]> Signed-off-by: David Korczynski <[email protected]> Co-authored-by: Navidem <[email protected]>
Integrate support for Java fuzzing.
The tentative steps:
https://soot-oss.github.io/soot/
The text was updated successfully, but these errors were encountered: