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