Skip to content

Weevil 2.9.0

Choose a tag to compare

@Pressacco Pressacco released this 06 Mar 14:25
· 1213 commits to main since this release
bda0bf6

Code named "Can't Hold Us", this version was released on March 6th, 2022.

What's New?

  • Line graphs can be created using a regular expression named group to extract data from a log file. #159
    • Using the RegEx101 online utility, you can practice capturing data. In this example, you can use a named group to detect the word Never in a paragraph.
      • (?<NamedGroup>Never)
  • The Detect Time Gap analysis tool has been renamed to Measure Elapsed Time. #256
  • The analysis tools now supports detecting rising & falling edges in both ascending/descending order. #244
  • Exception call stacks no longer include file paths, which helps to reduce visual noise so that the analyst can focus on the relevant details. #237
    • The user still has the choice to see the original call stack by using the copy raw feature.
  • The Find operation now supports case insensitive searches. #235

Bug Fixes

  • Compressed files (*.zip) can be easily opened by dragging them on to the Weevil application window. This feature had stopped working in an earlier release. #266

For more information, please see: