Skip to content
forked from vivainio/jardumpr

Dump jar content (either symbols declared and referenced, or jasmin-style bytecode assembly)

Notifications You must be signed in to change notification settings

bincker/jardumpr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jardumpr

Usage

usage: jardumpr.py [-h] [--raw] jarfile [jarfile ...]

positional arguments:
  jarfile

optional arguments:
  -h, --help  show this help message and exit
  --raw

"--raw" outputs the jasmin-style disassembled bytecode. Without --raw, you get a list of symbols (classes and methods) that are provided by the package, or referenced by the package.

The tool accepts both .jar and .class files as input.

Install instructions

  • Have java configured

  • Run "python buildit.py"

About

Dump jar content (either symbols declared and referenced, or jasmin-style bytecode assembly)

Resources

Stars

Watchers

Forks

Packages

No packages published