Skip to content

Releases: Martyx00/VulnFanatic

Version 3.6

22 Apr 08:44
Compare
Choose a tag to compare

Fixed tagging and added siprintf to checked functions.

Version 3.5

07 Jan 18:28
c21e868
Compare
Choose a tag to compare
  • Added kernel functions to rules

Version 3.4

13 Nov 19:59
28dbdc9
Compare
Choose a tag to compare
  • 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

06 Nov 05:58
3ac9f2e
Compare
Choose a tag to compare

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

31 Oct 09:26
2cf28ed
Compare
Choose a tag to compare

Bug fixes and updates mainly to variable tracing. As a result the scanner is slower now but should be more accurate.

Version 3.1

05 Oct 14:46
7c55868
Compare
Choose a tag to compare

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

16 Sep 16:56
30c5b52
Compare
Choose a tag to compare

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

26 Jul 13:15
822b64b
Compare
Choose a tag to compare

This release contains couple bug fixes as well as improvements of performance and false positives in UAF scanner.

Incremental improvements to the scanner

16 Jul 18:57
8c3d86a
Compare
Choose a tag to compare

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 :)

Bug fixes and experimental Use-after-free scanner

23 Jun 17:36
fefdb02
Compare
Choose a tag to compare

This release fixes several bugs and adds an experimental version of the scanner that should (some time in the future) be able to detect use-after-free issues. At this point basic cases are detected and in more complex binaries the false positive rates are quite high. This feature will be completed in an upcoming version 3.0 of the plugin. Until then it is EXPERIMENTAL ONLY and should be taken with a grain of salt :)