Skip to content

BullyWiiPlaza/ghs-demangle-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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