Skip to content

Tags: ThunderCls/xAnalyzer

Tags

2.5.12

Toggle 2.5.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug: EXCEPTION_ACCESS_VIOLATION (#71)

2.5.7

Toggle 2.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update appveyor.yml

2.5.6

Toggle 2.5.6's commit message
bof fix

- Fixed wrong calculation when adding comments larger than 512 chars which caused a BoF ( closes #53 )
- Added two new entries to the ntdll.api definition file

2.5.5

Toggle 2.5.5's commit message
bug fixes

- fixed "small buffer" issue (crash) on large modules with long instructions. ( closes #43  and closes #47 )
- fixed huge amount of ram usage for extended analysis on modules with a big number of functions/parameters ( closes #44 )

2.5.4

Toggle 2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update appveyor.yml

updated to vs2017

2.5.3

Toggle 2.5.3's commit message
version number updated

2.5.2

Toggle 2.5.2's commit message
Changes to module analysis

- Used current selected disasm line for module analysis instead of cip
- Modified some typing in plugin entries
- Some code refactoring
- Modified command "xanal/xanalremove exe" to "xanal/xanalremove module"
- Closes #31

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update appveyor.yml

2.5.0

Toggle 2.5.0's commit message
Merge branch 'master' of https://github.com/ThunderCls/xAnalyzer

2.4.3

Toggle 2.4.3's commit message
Some Fixes

Fixes to the code pushed by @Herz3h