xAnalyzer plugin for x64dbg
Author:
ThunderCLS from CLS Team
Description:xAnalyzer is a plugin for the x86/x64 x64dbg debugger by @mrexodia. This plugin is based on APIInfo Plugin by @mrfearless, although some improvements and additions have been made. xAnalyzer is capable of doing various types of analysis over the static code of the debugged application to give more extra information to the user. This plugin is going to make an extensive API functions call detections to add functions definitions, arguments and data types as well as any other complementary information, something close at what you get with OllyDbg analysis engine, in order to make it even more comprehensible to the user just before starting the debuggin task.
Current Release: xAnalyzer 2.4.3 - Added recognition of MOV instructions on x86 - Added recognition of functions with "Stub" suffix - Fixed bug on "auto analysis" (added more EP check conditions) - Clear Auto Comments/Auto Labels options checked now by default