changelog graphviz info position fix

This commit is contained in:
Jindra Petřík
2018-05-26 18:58:01 +02:00
parent 860b7ec2b5
commit 8b91bfc1d7

View File

@@ -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