Releases: REhints/HexRaysCodeXplorer
Releases · REhints/HexRaysCodeXplorer
CodeXplorer v2.1 [IDA7 Edition]
- Bug Fixes
- Code Cleanup
- Support GCC Virtual Tables and RTTI (kudos @blackzert)
- Support IDA and Decompiler v7.1 (kudos @a1ext and @stek29)
- Improved support for Linux (kudos @trou, @pedrib, @a1ext and @jaybosamiya)
- Improved support for macOS (kudos @feicong)
CodeXplorer v1.7 [NSEC Edition]
Bug Fixes
New Features:
- Virtual function table identification (automatically identifies references to virtual function tables during type reconstruction)
CodeXplorer v1.6
Bug Fixes
New Features:
- Shows cross-references for virtual tables in ObjectExplorer window
- Support 64-bit versions of IDA
- Support IDA SDK v6.8
CodeXplorer v1.5 [H2HC Edition]
Type Reconstruction:
- Improvements for parsing citem_t objects with PTR and ASG statements
- Recursive traversal of Ctree to reconstruct Types hierarchy
- bugfixes
Usability Improvements:
- Navigate from Pseudocode window to Disassembly line
- Hints for Ctree elements which point to Disassembly line
CodeXplorer v1.2 [minor release]
- Bug fixes
- Added support for IDA v6.6 and Hex-Rays Decompiler (x86) v2.0
CodeXplorer v1.1 [ZeroNights Edition]
Type Reconstruction:
- reconstruct type into IDA local types
- bugfixes
ObjectExplorer:
- auto structures for VTBL into IDA local types
- click on VTBL and jump to code
- ObjectExplorer hints for VTBL
- simple RTTI support
- bugfixes
HexRaysCodeXplorer v1.0
This plugin offers several additions for the Hex-Rays decompiler.
- Type REconstruction automatically builds a structure definition based on accesses to a pointer variable (similar to the built-in "Create new structure" feature)
- C-tree graph visualization shows the decompiled function's C-tree in a graph format
- Object Explorer tries to identify and display information about C++ objects' virtual tables in the executable