From 8b91bfc1d755d6fd9a8233b6dac8f4f1a8cb2b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 26 May 2018 18:58:01 +0200 Subject: [PATCH] changelog graphviz info position fix --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0d8e93f..208ebd2d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added - Warning panel on scripts containing §§ instructions (Tip for Settings/Automatic deobfuscation) +- Export AS1/2 P-code as GraphViz +- Display better Graph using GraphViz (Must be configured in Advanced settings / Path) +- Copy AS1/2 Graph source (GraphViz) to clipboard - rightclick menu on graph ### Changed - AS1/2 Better unresolved constant handling - §§constant(xx) func instead of §§constantxx @@ -18,9 +21,6 @@ All notable changes to this project will be documented in this file. - AS1/2: displaying script path in the error log when jump to invalid address - AS1/2: Try..catch with Error types - decompilation and direct editation - AS1/2: Properly handling of Flash7 scripts exported to Flash5/6 - ActionDefineFunction local registers -- Export AS1/2 P-code as GraphViz -- Display better Graph using GraphViz (Must be configured in Advanced settings / Path) -- Copy AS1/2 Graph source (GraphViz) to clipboard - rightclick menu on graph ### Changed - AS1/2 direct editation - generated constantpool is sorted according to ActionPush position