If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#2609 [CLI] JDK 25+ issues a deprecation warning
Author:
phantasm
phantasmDate created:
Type: other
Visibility: Everybody
Assigned to:
State: upgraded 

when trying to use ffdec-cli (ffdec.bat to be precise) with jdk 25.0.1 (instead of classic
java 8), it outputs the following:
> ffdec.bat -cli -swf2xml test.swf
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module
(file:/C:/Program%20Files%20(x86)/FFDec/lib/jna-3.5.1.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this
module
WARNING: Restricted methods will be blocked in a future release unless native access is
enabled
This should be fixed in nightly 3380.
State: new→upgraded
