HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Stars
2.2K

Bot releases are hidden (Show)

HexRaysCodeXplorer - CodeXplorer v2.1 [IDA7 Edition] Latest Release

Published by matrosov over 6 years ago

  • 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)
HexRaysCodeXplorer - CodeXplorer v1.7 [NSEC Edition]

Published by matrosov over 9 years ago

Bug Fixes
New Features:

  • Virtual function table identification (automatically identifies references to virtual function tables during type reconstruction)
HexRaysCodeXplorer - CodeXplorer v1.6

Published by matrosov over 9 years ago

Bug Fixes
New Features:

  • Shows cross-references for virtual tables in ObjectExplorer window
  • Support 64-bit versions of IDA
  • Support IDA SDK v6.8
HexRaysCodeXplorer - CodeXplorer v1.5 [H2HC Edition]

Published by matrosov almost 10 years ago

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
HexRaysCodeXplorer - CodeXplorer v1.2 [minor release]

Published by matrosov about 10 years ago

  • Bug fixes
  • Added support for IDA v6.6 and Hex-Rays Decompiler (x86) v2.0
HexRaysCodeXplorer - CodeXplorer v1.1 [ZeroNights Edition]

Published by matrosov almost 11 years ago

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 - HexRaysCodeXplorer v1.0

Published by matrosov about 11 years ago

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