JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2682 Update libs
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new Help

Hello, could you please update the libraries? Some of them appear to be outdated
Which ones are outdated? For some of them we use specific versions on purpose.
antlr-runtime-4.11.1.jar (newest: 4.13.2, current one from 2022) jna-3.5.1.jar, jna-platform-3.5.1.jar (newest: 5.18.1, current one from 2012) LZMA.jar (newest: 26.00, current one from 2014) avi.jar (newest: 2.0, current one from 2012)
antlr-runtime: We use version that tomlj version is supporting jna - we use version that works for us. I tried newer versions but it failed for handling both WinAPI calls and also VLC player library. And for LZMA and AVI, did you miss some new features in them? Did they had a security updates? If nothing is broken, I'd like to stay on the version which works best for us. I don't want to do updates "just to do them".
Thanks for the details. Newer versions just include fixes and improvements, so it’s ok if you don’t want to update them to avoid breaking anything, since this is just a feature request.