Skip to content

Releases: SpongeData-cz/nativeextractor

Bugfix

11 Apr 14:36

Choose a tag to compare

  • MMapped files are correctly closed

Bugfix

15 Nov 14:48
c721dd3

Choose a tag to compare

  • No characters are skipped when following Patricia edges with multiple characters

Bugfix

22 Apr 12:21

Choose a tag to compare

  • enclosed occurrences are correctly handled when using a single extractor with multiple streams

Bugfixes

07 Jan 11:34

Choose a tag to compare

  • Fixed trailing '?' wildcards in glob miner sometimes matching
    out of bounds.
  • Added test for trailing '?' wildcards.
  • Fixed missing NativeExtractor executable when running
    make build with an existing src/main.c.
  • Fixed include directory and Cflags.
  • Updated README.md usage command.

Extractor flags, sorting, enclosed occurrence filtering.

04 Nov 12:00

Choose a tag to compare

  • Flags allow altering behavior of extraction.
    • Sorting occurrences by position and length.
    • Enclosed occurrence filtering.

Case insensitiveness of glob miners.

12 Jul 10:37

Choose a tag to compare

  • Glob miners are case insensitive now. Using glibc unicode functions.
  • Got rid of warning during build process.

Initial stable release of NativeExtractor

10 Jun 07:01
37331e6

Choose a tag to compare

Main features:

  • General entity extractor
  • Miners and its dynamic loading
  • Patty trie inlcluding mmap
  • Native regular expressions
  • Glob miner