carliros / dbjava

A serializer and deserializer of the Jvm classfile format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A serializer and deserializer of the Jvm classfile format.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%