@hackage dbjava1.7

Decompiler Bytecode Java

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    carliros.g@gmail.com

  • Versions

    • 1.7 Sun, 10 Apr 2011

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