Skip to content

Tags: ThunderCls/xAnalyzer

Tags

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

2.4.2

Toggle 2.4.2's commit message
Version

2.4.1

Toggle 2.4.1's commit message
Update 2.4.1

- Added a new hotkeys scheme
- Added new options to control which previous analysis data should be
erased. (This gives the possibility to work seamlessly with map loader
plugins like SwissArmyKnife, etc).
- Added new commands (old ones have been deprecated)
xanal selection : Performs a selection analysis
xanal function : Performs a function analysis
xanal exe : Performs an entire executable analysis
xanalremove selection : Removes a previous selection analysis
xanalremove function : Removes a previous function analysis
xanalremove exe : Removes a previous entire executable analysis
xanal help : Brings up to the log window some help text
- Fixed automatic analysis not launching on startup (Closes #18 )
- Fixed various api definition files (Closes #17 )