dbjava: Decompiler Bytecode Java

[ bsd3, jvm, library, program ] [ Propose Tags ]

A serializer and deserializer of Jvm classfile format.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.7
Dependencies base (>=3 && <5), binary, bytestring, haskell98, process, uulib [details]
License BSD-3-Clause
Author Carlos Gomez
Maintainer carliros.g@gmail.com
Category Jvm
Home page http://devel.comunidadhaskell.org/dbjava/
Uploaded by CarlosGomez at 2011-04-10T22:39:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables dbjava
Downloads 1104 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for dbjava-1.7

[back to package description]
dbjava, decompiler of bytecodes of the jvm

To Compile:
    cabal install
    
    or

    runhaskell Setup.hs configure
    runhaskell Setup.hs build
    runhaskell Setup.hs install

To Run:

    dbjava namefile.class

You can also see the examples con src.

Carlos Gomez, carliros.g@gmail.com