Skip to content

xAnalyzer x86x64

Compare
Choose a tag to compare
@ThunderCls ThunderCls released this 26 Dec 20:22
· 44 commits to master since this release

To install the plugin correctly, refer to:
https://github.com/ThunderCls/xAnalyzer#installation

For any issue you can go to:
https://github.com/ThunderCls/xAnalyzer/issues/new

Changelog v2.3

  • Added option "Analyze undefined functions". (OFF by default, anything that's not in definition files is not analyzed)
  • Added option "Automatic analysis" (OFF by default, make analysis on launch at EP of debugged executable)
  • Added feature "Analyze Selection" (Makes a selected instructions analysis, it supports multiple selected calls)

selection_analysis

  • Added feature "Analyze Function" (Makes an automatic discovery and analysis of the current function from the selected address)

function_analysis

  • Added feature "Remove Analysis" from Selection/Function/Executable
  • Added command shortcuts
  • Added new icons
  • Added saving configuration to .ini file
  • Added capitalization of hexadecimal argument values
  • Restructured feature "Analyze Executable" (Makes a full analysis of the current executable)
  • Restructured menus
  • New about dialog now shows the version number to keep track of updates
  • Some small bug fixes
  • Fixed and merged some API definition files
  • Speed and stability improvements