- symbol form, supports any symbol query like dt/x command in windbg
- symbol form, supports loading pdb file
- pe form, visualizer of pe info (dos/optional header, sections, directories, import/export table)
- refactoring SymbolAddressFinder
- added DynamicValueAccessor for fast accessing values in a property/field of structure/class
- split main project into Ast, Ast.Core and Ast.Framework for decoupling.
- extension form, supports load/unload Extensions(add-on) dynamically without restart host application.
- supports dynamic compilation of Extension by monitoring source code changes in module folder.
- refactoring way of Autofac components registration