Changelog History
-
v2.9.22 Changes
June 14, 2019Notable Changes
- โก๏ธ The ASM Classwriter will now automatically update all pre-Java 1 classes to have the proper standard class format. It will also update the classes minor version from
<= 2
, to3
. (This should fix all of the decompilers inside of BCV)
Note
โช This version will probably have some bugs, if you find any issues revert back to v2.9.20 for now.
If you find any bugs just open up a GitHub issue or email me at [email protected]
- โก๏ธ The ASM Classwriter will now automatically update all pre-Java 1 classes to have the proper standard class format. It will also update the classes minor version from
-
v2.9.21 Changes
June 14, 2019Notable Changes
- ๐ Fixed the pre-Java 1 class format bug in ASM - thanks to @ItzSomebody, not only for the Stop Decompiling My Java list (https://github.com/ItzSomebody/StopDecompilingMyJava), but also for open sourcing the fix for the ASM library (https://github.com/ItzSomebody/asm-fix).
- โก๏ธ CFR updated to v0.145
- ๐ General bug fixes
Note
โช This version may have some bugs, if you find any issues revert back to v2.9.20 for now.
If you find any bugs just open up a GitHub issue or email me at [email protected]
-
v2.9.20 Changes
June 01, 2019Notable Changes
- Automatic RT.jar generation for JDK 9+ (thanks to @Storyyeller)
- Smali Disassembly & Assembly is now working again (Still has a bug or two, please report them when you encounter them)
- ๐ General bug fixes
If you find any bugs just open up a GitHub issue or email me at [email protected]
-
v2.9.19 Changes
May 06, 2019Notable Changes
- ๐ Fixed a bug with opening the Bytecode Viewer jar with Bytecode Viewer itself
- โ Added an icon to the JSP file
- ๐ General bug fixes
If you find any bugs just open up a GitHub issue or email me at [email protected]
-
v2.9.18 Changes
April 25, 2019Notable Changes
- WAR and JSP loading
- JADX Decompiler added <3 @skylot
- ๐ Bug fixes
If you find any bugs just open up a GitHub issue or email me at [email protected]
-
v2.9.17 Changes
April 17, 2019Notable Changes
- This should fix all of the Bytecode Viewer related issues brought up at this awesome list - https://github.com/ItzSomebody/StopDecompilingMyJava/blob/master/QuickLinks.md
- โ This also includes the latest CFR (0.143).
โฌ๏ธ I haven't fully tested this version so if anything goes wrong downgrade to v2.9.16.
-
v2.9.16 Changes
April 17, 2019Notable Changes
- ๐ Fixed APK & dex loading
- ๐ Fixed Java 10+ classfiles
- ๐ Better visual feedback thanks to the new busy icon system
- ๐ Synchronized viewing pane option & quick method selection (made by @DreamSworK)
- ๐ Tons of bug fixes and general improvements
- โก๏ธ Updated most libraries to their 2019 versions (still a WIP)
This version should be stable, but if you find an issue E-Mail me ([email protected]) or open an issue on GitHub.
-
v2.9.15 Changes
April 13, 2019Notable Changes
- ๐ Fixed dex2jar for Android 8+ APKs, huge thanks to @Lanchon.
โฌ๏ธ Note: If you're experiencing errors, please downgrade and use v2.9.12. (Also open an issue or E-Mail me!)
-
v2.9.14 Changes
April 13, 2019Notable Changes
- โก๏ธ Updated APKTool to 2.3, this should fix the decode resource issue so that's also been re-enabled again (huge thanks to @etmatrix)
- ๐ General bug fixes are also included in this release
โฌ๏ธ Note: If you're experiencing errors, please downgrade and use v2.9.12. (Also open an issue or E-Mail me!)
-
v2.9.13 Changes
April 13, 2019Notable Changes
- โ Added autofinding of RT.jar
- ๐ Fixed decompiling java 10+ classes & jars (updated to ASM 7.1)
- ๐ Fixed a caching issue with the Krakatau decompiler/disassemble. While working with big jars (10+mb) you should notice a massive difference if you had Krakatau enabled in one of your panes.
- ๐ General bug fixes
โฌ๏ธ Note: If you're experiencing errors, please downgrade and use v2.9.12. (Also open an issue or E-Mail me!)