Skip to content

Releases: apkreader/JByteMod-Remastered

2.9.0

27 Nov 13:56
Compare
Choose a tag to compare

IMPORTANT:

The build from the updater which is the build without the '-jdk8' extension will require Java 21 at a minimum. You can download the Java 8 build on the releases page.

Changes:

  • Both Builds:

    • Semantic versioning
    • Support for invokedynamics when searching method references
    • Use custom koffee disassembler to support invokedynamics
    • Under the hood improvements
  • Java 21:

    • Use Vineflower 1.11.0 Nightly

Full Changelog: JByteMod-Remastered 2.8 to 2.9.1

2.8

16 Sep 22:15
Compare
Choose a tag to compare
2.8

IMPORTANT:

The build from the updater which is the build without the -jdk8 extension will require Java 21 at a minimum. You can download the Java 8 build on the releases page.

Changes:

  • Both Builds:
    • Bring back and recoded "Analysis" Tab to view graphical control flow diagrams
    • Fix opening of really big methods
    • Fix an ui margin issue in the instructionList view
    • Fix a weird ui glitch in the update checker
    • Fix an annoying exception caused by darklaf-native-utils when opening two instances
    • Optionally disable the update checker at Settings -> General -> Check for updates

Full Changelog: JByteMod-Remastered 2.7 to 2.8

2.7

12 Jul 15:48
Compare
Choose a tag to compare
2.7

IMPORTANT:

The build from the updater which is the build without the -jdk8 extension will require Java 21 at a minimum. You can download the Java 8 build on the releases page.

Changes:

  • Both Builds:
    • Use AppData as working directory
    • Recoded alot of stuff
    • Fixed saving single .class files
    • Removed analysis tab

Full Changelog: JByteMod-Remastered 2.6 to 2.7

2.6

04 Jul 19:09
Compare
Choose a tag to compare
2.6

IMPORTANT:

The build from the updater which is the build without the -jdk8 extension will require Java 21 at a minimum. You can download the Java 8 build on the releases page.

Changes:

  • Both Builds:

    • Fixed opening single class files
  • Java 21:

    • Support for reading Android Application Package (.apk)

Known Bugs:

  • The Analysis Tab is partly in the light theme (fix pending).

Full Changelog: JByteMod-Remastered 2.5 to 2.6

2.5

01 Jul 18:15
Compare
Choose a tag to compare
2.5

IMPORTANT:

The build from the updater which is the build without the -jdk8 extension will require Java 21 at a minimum. You can download the Java 8 build on the releases page.

Changes:

  • Both Builds:

    • Update ASM to 9.8-SNAPSHOT
    • Removed SecurityManager
    • Fixed HTML crash tags and malicious links embedded in classNames without SecurityManager
    • Fixed crash when DiscordIPC can't be hooked
    • Allow removing multiple TryCatchBlocks
    • Allow removing multiple LocalVariables
  • Java 21:

    • Updated Vineflower to 1.10.1
    • Build with corretto-jdk-21

Known Bugs:

  • The Analysis Tab is partly in the light theme (fix pending).

Full Changelog: JByteMod-Remastered 2.4 to 2.5

2.4

24 Feb 16:34
Compare
Choose a tag to compare
2.4
  • Fixed inserting instructions

2.3

17 Dec 19:56
Compare
Choose a tag to compare
2.3

Changes:

  • Implement JD-Core Decompiler
  • Implement ASMifier
  • Ditch Fernflower for Vineflower
  • Allow switching Theme without restart
  • Fix discord-rpc
  • minor changes

Known bugs:

  • Analysis Tab is partly in light theme (couldn't get it fixed yet)

Full Changelog: 2.2...2.3

2.2

09 Dec 17:49
Compare
Choose a tag to compare
2.2

After 2 years i decided to start working on JByteMod Remastered again.
So here's the update

Changes:

  • Fix JByteMod crashing on Java 8+
  • Support for Java 5-21 files
  • New UI (Dark/Light mode)
  • Koffee Disassembler is back
  • Procyon Decompiler has been fixed
  • Updated all possible dependencies
  • Replaced some stuff with own Implementations

Known bugs:

  • Analysis Tab is partly in light theme (couldn't get it fixed yet)

Full Changelog: 2.1.4...v2.2

2.1.4

18 Feb 15:42
Compare
Choose a tag to compare

2.1.3: Merge pull request #1 from Numzskull/master

14 Feb 23:37
450514f
Compare
Choose a tag to compare

Implemented a basic dark theme
Updated Fernflower, CFR, and Procyon