Skip to content

kumakyoo42/Opa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opa - a converter between OMA and OPA file formats

Note: Oma software (including additional programs like Opa and libraries) and related file formats are currently experimental and subject to change without notice.

The oma format is a binary format, making it hard to read for humans. Opa can be used to convert between files in OMA format and a human readable version called OPA format.

Install

Download opa.jar and make sure that a Java Runtime Environment (JRE) is available on your system.

Usage

For conversion from OMA to OPA file format:

java -jar opa.jar <input file>

The output file will be written to stdout.

For conversion from OPA to OMA file format:

java -jar opa.jar <input file> <output file>

Build

On Linux systems you can use the shell script build.sh to build opa.jar on your own.

Building on other platforms is neither tested nor directly supported yet. Basically you need to compile the java files in folder de/kumakyoo/opa and build a jar file from the resulting class files, including the manifest file.

Known bugs

There are no known bugs, but a known flaw:

  • When converting from OMA format to OPA format, there is currently no possibility to write directly to a file.

About

A program to convert files in OMA data format to a human readable version and vice verca (Prototype)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors