Skip to content

xAnalyzer x86x64

Compare
Choose a tag to compare
@ThunderCls ThunderCls released this 20 Sep 14:53
7b65dcd

v2.5.4

  • Updated project to VS2017
  • Fixed issues when processing argument instructions involving the stack pointer (x64 version). Closes #39
  • Fixed incorrect arguments order involving the stack pointer (x64 version). Closes #42
  • Fixed bug on undefined functions' arguments recognition that duplicated registers as different arguments (x64 version)
  • Changed undefined call args recognition, it will only predict up to 4 undefined args by default (x86 version)
  • Some code refactoring