Skip to content

deepfactor-io/reachability-workshop

Repository files navigation

Java Agent code for the Deepfactor OWASP Reachability Workshop

This code is a sample javaassist-based agent that records which classes have been loaded (eg, used). At periodic intervals, it prints the list of classes as a JSON blob to stdout.

Building

You will need gradle 6.1 or later installed. To build, run gradle shawdowJar from the root of the repository. Note that gradle is not required to use the agent, only to rebuild it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages