BullyWiiPlaza / ghs-demangle-java

Straight (ugly) port of https://github.com/Chadderz121/ghs-demangle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghs-demangler-java

A demangler implementation in Java for the GHS compiler used on the Nintendo Wii U.

Usage

This is a command line application which can be used as follows:
ghs-demangler.jar [input-file-path]
The output will be the demangled name.

Compiling

Java JDK 8 or newer as well as a maven installation are required.

For compiling, simply run mvn package.

Credits

  • Chadderz for the original GHS demangler in C#
  • Maschell for the Java rewrite
  • BullyWiiPlaza for an improved build pom.xml and writing a README

About

Straight (ugly) port of https://github.com/Chadderz121/ghs-demangle

License:GNU General Public License v2.0


Languages

Language:Java 100.0%