spotlightishere / coddec

Mirror of Dr. Bolsen's Java decompiler for BlackBerry apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coddec

coddec is a Java disassembler for BlackBerry apps (*.cod files) written by Dr. Bolsen. This repository contains a mirror of the project to preserve it for future usage.

Usage

gradle run yourapp.cod

or

gradle build
java -jar build/libs/coddec.jar yourapp.cod

Resources

About

Mirror of Dr. Bolsen's Java decompiler for BlackBerry apps


Languages

Language:Java 100.0%