jar

io.github.turtleisaac : Nds4j

Maven & Gradle

Jul 18, 2023
3 stars

Nds4j · Nds4j is a library that can help you read, modify, create, and write a few types of files used in Nintendo DS games, with more coming soon.

Table Of Contents

Latest Version

Download io.github.turtleisaac : Nds4j JAR file - Latest Versions:

All Versions

Download io.github.turtleisaac : Nds4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Nds4j-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.turtleisaac.nds4j

├─ io.github.turtleisaac.nds4j.Core.class - [JAR]

├─ io.github.turtleisaac.nds4j.Fnt.class - [JAR]

├─ io.github.turtleisaac.nds4j.Narc.class - [JAR]

├─ io.github.turtleisaac.nds4j.NintendoDsRom.class - [JAR]

io.github.turtleisaac.nds4j.framework

├─ io.github.turtleisaac.nds4j.framework.BLZCoder.class - [JAR]

├─ io.github.turtleisaac.nds4j.framework.BinaryWriter.class - [JAR]

├─ io.github.turtleisaac.nds4j.framework.Buffer.class - [JAR]

├─ io.github.turtleisaac.nds4j.framework.CRC16.class - [JAR]

├─ io.github.turtleisaac.nds4j.framework.Endianness.class - [JAR]

├─ io.github.turtleisaac.nds4j.framework.MemBuf.class - [JAR]

├─ io.github.turtleisaac.nds4j.framework.StringFormatter.class - [JAR]