diff --git a/CHANGELOG.md b/CHANGELOG.md index d98cffe2f..9a804f47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ All notable changes to this project will be documented in this file. - [#1858] PDF export - Adding same ExtGState multiple times, - [#1858] PDF export - Applying same alpha/blendmode multiple times - [#1858] PDF export - Applying same color multiple times +- [#1907] Crashing on memory search ### Changed - Warning before switching deobfuscation is now optional @@ -2790,9 +2791,11 @@ All notable changes to this project will be documented in this file. [#1912]: https://www.free-decompiler.com/flash/issues/1912 [#1901]: https://www.free-decompiler.com/flash/issues/1901 [#583]: https://www.free-decompiler.com/flash/issues/583 +[#1858]: https://www.free-decompiler.com/flash/issues/1858 [#1904]: https://www.free-decompiler.com/flash/issues/1904 [#595]: https://www.free-decompiler.com/flash/issues/595 [#1908]: https://www.free-decompiler.com/flash/issues/1908 +[#1907]: https://www.free-decompiler.com/flash/issues/1907 [#1898]: https://www.free-decompiler.com/flash/issues/1898 [#1511]: https://www.free-decompiler.com/flash/issues/1511 [#1765]: https://www.free-decompiler.com/flash/issues/1765 diff --git a/lib/jna-3.5.1.jar b/lib/jna-3.5.1.jar new file mode 100644 index 000000000..0827fcfa0 Binary files /dev/null and b/lib/jna-3.5.1.jar differ diff --git a/lib/jna-5.11.0.jar b/lib/jna-5.11.0.jar deleted file mode 100644 index 34968cf0d..000000000 Binary files a/lib/jna-5.11.0.jar and /dev/null differ diff --git a/lib/jna-platform-3.5.1.jar b/lib/jna-platform-3.5.1.jar new file mode 100644 index 000000000..7085b3141 Binary files /dev/null and b/lib/jna-platform-3.5.1.jar differ diff --git a/lib/jna-platform-5.11.0.jar b/lib/jna-platform-5.11.0.jar deleted file mode 100644 index ac4531b2e..000000000 Binary files a/lib/jna-platform-5.11.0.jar and /dev/null differ diff --git a/lib/vlcj-natives-4.7.0.jar b/lib/vlcj-natives-4.7.0.jar index a9601948e..be7258d8f 100644 Binary files a/lib/vlcj-natives-4.7.0.jar and b/lib/vlcj-natives-4.7.0.jar differ diff --git a/libsrc/ffdec_lib/nbproject/project.xml b/libsrc/ffdec_lib/nbproject/project.xml index 379c1c0b9..2ccabf827 100644 --- a/libsrc/ffdec_lib/nbproject/project.xml +++ b/libsrc/ffdec_lib/nbproject/project.xml @@ -239,7 +239,7 @@ auxiliary.show.customizer.message= src - ../../lib/LZMA.jar;../../lib/avi.jar;../../lib/gif.jar;../../lib/gnujpdf.jar;../../lib/jl1.0.1.jar;../../lib/jpacker.jar;../../lib/nellymoser.jar;../../lib/sfntly.jar;../../lib/ttf.jar;../../lib/cmykjpeg.jar;../../src;../../lib/flashdebugger.jar;../../lib/graphs.jar;../../lib/ddsreader.jar;../../lib/vlcj-4.7.3.jar;../../lib/jna-5.11.0.jar;../../lib/jna-platform-5.11.0.jar + ../../lib/LZMA.jar;../../lib/avi.jar;../../lib/gif.jar;../../lib/gnujpdf.jar;../../lib/jl1.0.1.jar;../../lib/jpacker.jar;../../lib/nellymoser.jar;../../lib/sfntly.jar;../../lib/ttf.jar;../../lib/cmykjpeg.jar;../../src;../../lib/flashdebugger.jar;../../lib/graphs.jar;../../lib/ddsreader.jar;../../lib/vlcj-4.7.3.jar;../../lib/jna-3.5.1.jar;../../lib/jna-platform-3.5.1.jar build reports dist diff --git a/nbproject/project.xml b/nbproject/project.xml index 19b61acf4..a95ea1bc4 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -320,7 +320,7 @@ src - lib/LZMA.jar;lib/jpproxy.jar;lib/trident-6.2.jar;lib/substance-flamingo-6.2.jar;lib/flamingo-6.2.jar;lib/substance-6.2.jar;lib/jl1.0.1.jar;lib/nellymoser.jar;lib/gif.jar;lib/avi.jar;lib/ttf.jar;lib/jpacker.jar;lib/sfntly.jar;lib/gnujpdf.jar;libsrc/ffdec_lib/src;lib/tablelayout.jar;lib/jsyntaxpane-0.9.5.jar;lib/JavactiveX.jar;lib/flashdebugger.jar;lib/treetable.jar;lib/minimal-json-0.9.5.jar;lib/graphs.jar;lib/vlcj-4.7.3.jar;lib/jna-5.11.0.jar;lib/jna-platform-5.11.0.jar + lib/LZMA.jar;lib/jpproxy.jar;lib/trident-6.2.jar;lib/substance-flamingo-6.2.jar;lib/flamingo-6.2.jar;lib/substance-6.2.jar;lib/jl1.0.1.jar;lib/nellymoser.jar;lib/gif.jar;lib/avi.jar;lib/ttf.jar;lib/jpacker.jar;lib/sfntly.jar;lib/gnujpdf.jar;libsrc/ffdec_lib/src;lib/tablelayout.jar;lib/jsyntaxpane-0.9.5.jar;lib/JavactiveX.jar;lib/flashdebugger.jar;lib/treetable.jar;lib/minimal-json-0.9.5.jar;lib/graphs.jar;lib/vlcj-4.7.3.jar;lib/jna-3.5.1.jar;lib/jna-platform-3.5.1.jar build javadoc reports