Release CodeXplorer v1.7 [NSEC Edition] Released!

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
i had to quote some code out to get it to work on 66.
Here is the x86 version
 

Attachments

  • HexRaysCodeXplorer66.zip
    63.8 KB · Views: 9

computerline

New member
Ida Pro Expert
NSEC Edition x86 for ida 6.6, I think the author don't say it better to use CodeXplorer after run ClassInformer :D

The x64 still has problem because the address caculate in source code is only support 32bit, need some change in code
 

Attachments

  • HexRaysCodeXplorer.zip
    65.6 KB · Views: 10

computerline

New member
Ida Pro Expert
Newest build and bug fix (2016 - 01 - 05)

Code Log
Code:
static const char hotkey_so[] = "Q"; // After positioning cursor at source code user can press Q to copy to clipboard string of form modulename + 0xoffset. 
 // It can be useful while working with WinDbg.
static int hotcode_dq;
 
static const char hotkey_rv[] = "E"; // Automatic renaming of duplicating variables by pressing E. 
 // All duplicating successors obtain _2, _3 ... postfixes.

Custom :
* Add "Save pseudocode .." menu item
* Add some removed function

https://mega.nz/#!dUMhWBgD!u2ZEzKo98YvBFgjEjjdWBZ3x5GKxUejliYpOnBbTIZk
 

computerline

New member
Ida Pro Expert
Update recent commit version :) There a build on exetools, but I not yet test it, the code on github has error on ObjectExplorer code, that while you click outside the object list, it crash ida, I build this with the fix.
shotxxxxxx.png
 

Attachments

  • HexRaysCodeXplorer_IDA7_fixed01.7z
    94.7 KB · Views: 18
Last edited:
Top