jar

org.legendofdragoon : script-recompiler

Maven & Gradle

Jan 24, 2024
0 stars

Severed Chains Script Decompiler and Recompiler · Tools for working with Legend of Dragoon scripts

Table Of Contents

Latest Version

Download org.legendofdragoon : script-recompiler JAR file - Latest Versions:

All Versions

Download org.legendofdragoon : script-recompiler JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 script-recompiler-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.legendofdragoon.scripting.tokens

├─ org.legendofdragoon.scripting.tokens.Data.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.Entry.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.Entrypoint.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.LodString.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.Op.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.Param.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.PointerTable.class - [JAR]

├─ org.legendofdragoon.scripting.tokens.Script.class - [JAR]

org.legendofdragoon.scripting

├─ org.legendofdragoon.scripting.Compiler.class - [JAR]

├─ org.legendofdragoon.scripting.CustomConfigurationFactory.class - [JAR]

├─ org.legendofdragoon.scripting.Disassembler.class - [JAR]

├─ org.legendofdragoon.scripting.Lexer.class - [JAR]

├─ org.legendofdragoon.scripting.MathHelper.class - [JAR]

├─ org.legendofdragoon.scripting.OpType.class - [JAR]

├─ org.legendofdragoon.scripting.ParameterType.class - [JAR]

├─ org.legendofdragoon.scripting.Patcher.class - [JAR]

├─ org.legendofdragoon.scripting.Shell.class - [JAR]

├─ org.legendofdragoon.scripting.State.class - [JAR]

├─ org.legendofdragoon.scripting.StringInfo.class - [JAR]

├─ org.legendofdragoon.scripting.Translator.class - [JAR]

org.legendofdragoon.scripting.meta

├─ org.legendofdragoon.scripting.meta.Meta.class - [JAR]

├─ org.legendofdragoon.scripting.meta.MetaManager.class - [JAR]

├─ org.legendofdragoon.scripting.meta.NoSuchVersionException.class - [JAR]