Skip to content

Releases: REhints/HexRaysCodeXplorer

CodeXplorer v2.1 [IDA7 Edition]

14 Mar 06:30
0b8a1c3
Compare
Choose a tag to compare

CodeXplorer v1.7 [NSEC Edition]

27 May 22:06
Compare
Choose a tag to compare

Bug Fixes
New Features:

  • Virtual function table identification (automatically identifies references to virtual function tables during type reconstruction)

CodeXplorer v1.6

01 May 22:57
Compare
Choose a tag to compare

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]

10 Nov 08:05
Compare
Choose a tag to compare

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]

01 Aug 04:56
Compare
Choose a tag to compare
  • Bug fixes
  • Added support for IDA v6.6 and Hex-Rays Decompiler (x86) v2.0

CodeXplorer v1.1 [ZeroNights Edition]

21 Nov 08:15
Compare
Choose a tag to compare

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

21 Sep 10:49
Compare
Choose a tag to compare

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