You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 )
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
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 )