Skip to content

Releases: vivami/SauronEye

Bug fix

19 Jul 14:24
Compare
Choose a tag to compare

Fixed a bug where uppercase variants of a keyword would not be detected. This makes SauronEye case-insensitive (for now).

Thanks to Maarten Hartsuijker for reporting this bug.

SHA1: 39dd72461fd5c4f7b2e5fb541c5d26c672d50ccb

Bug fix

07 Jun 14:56
Compare
Choose a tag to compare

Fixes a bug where paths containing a sharename with a $-sign would not be searched.
Reported by @stanhegt in #6.

VBA search in Office 2003 files and max file size

05 Mar 20:29
Compare
Choose a tag to compare

This release adds two features:

  • Search for Office 2003 (*.xls and *.doc) files containing VBA macros
  • Ability to specify the max file size when performing a content search (thanks to @Iansus)

"Date modified" filter added

03 Mar 19:09
Compare
Choose a tag to compare

This release adds filters for the LastWriteTime property on files. This allows you to only show files modified before or after a specified date.

  -b, --beforedate=VALUE     Filter files last modified before this date,
                                format: yyyy-MM-dd
  -a, --afterdate=VALUE      Filter files last modified after this date,
                                format: yyyy-MM-dd

It also improves file contents searching and representation.

Now uses a proper argument parser

29 Feb 17:15
Compare
Choose a tag to compare

This release uses Mono.Options for argument parsing. Argument parsing should now be much more stable. Note the slight change in argument syntax: no comma-separated values for lists anymore, but spaces instead (see the README).

Handle > 260 char paths, .NET 4.7.2, UnitTests, bugfix

17 Feb 19:14
Compare
Choose a tag to compare
  • Added 2 UnitTests, just for fun (was a pain in the end)
  • Previous release just jumped over paths > 260 chars, this release handles them correctly (now requires .NET 4.7.2)
  • Fixed a bug where filtering would not occur on files in the root directory

Bug fixes

31 Jan 17:23
Compare
Choose a tag to compare

Now handles PathTooLongExceptions for paths on file systems that are longer than 260 chars. Windows internals do not handle them reliably.

Regex in search keywords

03 Nov 12:40
Compare
Choose a tag to compare

This release includes the ability to use regular expressions in search keywords

Initial release

27 Oct 16:27
53fb220
Compare
Choose a tag to compare

Initial release of SauronEye. Very much beta.