xAnalyzer x86x64
NOTE: In case of an update from a previous version of xAnalyzer, it is recommended to completely replace the previous apis_def folder with the new one (delete all the content from the old folder and replace with this release content)
- Removed [EBP+/-] instructions as possible function caller arguments
- Removed prefix "0x" of all function arguments values since hexadecimal is inferred
- Fixed arguments where pointer variables wouldn't show correctly as pointers but as base data type instead
- Added recognition of stack pointer usage (ESP) as possible argument for function calls (x86)
- Added use of accurate data type name in arguments instead of generic/base data type name
- Added name of function pointers as parameters (the entire function name, if detected, will be used instead of just the address)
- Added function smart tracking feature (Smart prediction and recognition of indirect function calls like: CALL {REGISTER}, CALL {POINTER})