mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8 lines
380 B
Plaintext
8 lines
380 B
Plaintext
Javel is a java class file disassembler. It is a filter that, given a
|
|
compiled java class file, outputs a disassembled version in a java-like
|
|
form with all the interface, fields, methods, and the java assembler code
|
|
for each method. It can also output dependencies of the class file, suitable
|
|
for inclusion in a standard makefile.
|
|
|
|
WWW: http://tnerual.eriogerg.free.fr/javel.html
|