Skip to content

coderobe/callsite.jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

callsite.jar

find callsites in a jar

Usage: java -jar callsite.jar <target> <classpath> <method>
Example: java -jar callsite.jar /path/to/my.jar java/io/PrintStream println

Building

gradle jar

License

This work, initially authored by Robin Broda (coderobe), is licensed under the AGPLv3.