jar

io.github.bigwolftime : redefine

Maven & Gradle

Jan 18, 2021
0 stars

redefine · Use ByteBuddy API for code redefinition(Java)

Table Of Contents

Latest Version

Download io.github.bigwolftime : redefine JAR file - Latest Versions:

All Versions

Download io.github.bigwolftime : redefine 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 redefine-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.bigwolftime.api

├─ com.bigwolftime.api.ExtendRedefineServlet.class - [JAR]

com.bigwolftime.memory

├─ com.bigwolftime.memory.CustomJavaFileObject.class - [JAR]

├─ com.bigwolftime.memory.DynamicClassLoader.class - [JAR]

├─ com.bigwolftime.memory.DynamicCompilerException.class - [JAR]

├─ com.bigwolftime.memory.DynamicJavaFileManager.class - [JAR]

├─ com.bigwolftime.memory.MemoryByteCode.class - [JAR]

├─ com.bigwolftime.memory.PackageInternalsFinder.class - [JAR]

├─ com.bigwolftime.memory.StringSource.class - [JAR]

com.bigwolftime.util

├─ com.bigwolftime.util.ResourceUtils.class - [JAR]

com.bigwolftime.compile

├─ com.bigwolftime.compile.DynamicCompile.class - [JAR]