Added
- Plugin for [Ghidra](https://ghidra-sre.org/) using [Ghidra Bridge](https://github.com/justfoxing/ghidra_bridge)
- Plugin for [Volatility](https://github.com/volatilityfoundation/volatility3)
- Application for extracting PE images from Minidumps using [minidump](https://github.com/skelsec/minidump)
- Application for carving PE files from binary files
- Support for unpacking PE files from zip files (including password protected)
- Additional information in PE summary view
- Resource MIME type detection
Changed
- Moved code for finding PE files in an IDB to the IDA runtime
- Switched to non-native file open dialogs as accept was slow on Windows
- Improved IDAPro in-memory PE handling
- Consolidated code in runtime
- Hide the output log view if it is empty
Fixed
- Bug loading minidump files under IDA when no input file is present
- Added drop shadow to PE map labels to improve text readability
- Bug loading capstone disassembler
- Dumping without touching the IAT works properly now