Releases: Martyx00/VulnFanatic
Releases · Martyx00/VulnFanatic
Version 3.7
Version 3.6
Fixed tagging and added siprintf
to checked functions.
Version 3.5
- Added kernel functions to rules
Version 3.4
- Added proper handling for global variables
- Fixed bug in scanner
- Scanner is now more aggressive as I feel its better to not miss things
Version 3.3
Minor release:
- Fixed the bug that originated by my stupid misunderstanding of API (If statements check)
- Changed tag images to avoid conflicts with Debugger plugin
Version 3.2
Bug fixes and updates mainly to variable tracing. As a result the scanner is slower now but should be more accurate.
Version 3.1
This version improves the existing algorithms by removing the silly regex match and adding some more things to the rules and tracing algorithms. The results of these changes are:
- Slightly better performance (not really for the UAF scanner)
- Improved false positives rates (This is reflected as a reduction of severity of some issues where the more obvious false positives are now marked as Info rather than High/Medium/Low confidence.)
Version 3.0
Major release that brings following improvements:
- Scans can now be canceled in UI
- Less invasive UI menu entries
- More or less usable Use-after-free scanner
- Overall better performance and less false positives (a bit)
- Completely reworked highlighter
Version 2.3
This release contains couple bug fixes as well as improvements of performance and false positives in UAF scanner.
Incremental improvements to the scanner
This release contains a new approach to tracing for UAF scanner which may be in the future used across the plugin. It also fixes one or two bugs :)