Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Recaf v1.15.9 - A modern Java bytecode editor


itsMe

Recommended Posts

This is the hidden content, please

Recaf

Recaf is an open-source Java bytecode editor based on Objectweb’s ASM. ASM is a library that abstracts away the constant pool and class-file attributes. Since keeping track of the constant pool or managing proper stack frames are no longer necessary, complex changes can be made with relative ease. With additional features to assist in the process of editing Recaf is the most f

Libraries used:

    ASM – Class editing abilities
    CFR – Decompilation
    Simple-Memory-Compiler – Recompilation of decompiled code
    JIMFS – Virtual file system
    ControlsFX – Custom controls (Used in pretty much everything)
    RichTextFX – Decompiler code highlighting
    JRegex – Pattern matching for decompiler code highlighting
    minimal-json – Json reading/writing for config storage
    Commonmark – Markdown parsing
    picocli – Command line argument parsing

Changelog v1.15.8

What’s new?

    Updated CFR from 0.146 to 0.148

What’s fixed?

    #175 – Resolution of missing JavaFX artifacts cases a crash
        Java 8 users un-affected
        Java 11+ users will have to manually download this update

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.