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