carliros/dbjava
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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, [email protected]