Headless FFDec (JPEXS Free Flash Decompiler) in Docker. No need to install Java or FFDec locally.
docker pull mlz11/ffdec
docker run --rm -v ./input:/work/input -v ./output:/work/output mlz11/ffdec [args]docker build -t ffdec .FFDec CLI is the entrypoint, so you can pass arguments directly:
docker run --rm -v ./input:/work/input -v ./output:/work/output mlz11/ffdec [args]See the FFDec CLI reference for all available arguments.
This image uses FFDec 25.1.2.
This Dockerfile was adopted upstream starting with nightly build 3440.