Skip to content

Finds dependencies in a jar/class file at the method level

Notifications You must be signed in to change notification settings

alexanderuv/depfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

depfinder

Finds dependencies in a jar/class file at the method level

You can specify class or jar files as input, and it will output a CSV files with dependencies found based on the parameters passed to the program.

Usage

java -jar depfinder.jar (input file or folder) [additional flags]

Flags

Flag Description
-t Target package name or class name to look for
-e Exclusions (excludes jars or classes from input)
-i Ignore usages of a specific package name or class prefix
-v Verbose output
-o Output file (csv)

About

Finds dependencies in a jar/class file at the method level

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages