Skip to content

Releases: rjzak/malware-modeler-rs

v0.0.4

06 Dec 22:17
Immutable release. Only release title and notes can be modified.
v0.0.4
406ed47

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

New

  • Selective unzipping by file type
  • Get a summary of files in a zip

What's Changed

  • build(deps): Bump malwaredb-types from 0.2.0 to 0.2.1 by @dependabot[bot] in #22
  • build(deps): Bump taiki-e/install-action from 2.62.49 to 2.62.62 by @dependabot[bot] in #23

Full Changelog: v0.0.3...v0.0.4

v0.0.1

11 Nov 03:29
Immutable release. Only release title and notes can be modified.
v0.0.1
4ca7ba1

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

First release!

What works:

  • Feature extraction (finding n-grams)
  • Creating dataset files
  • Training a model
  • Model inference

What needs work:

  • Sometimes the reduction of unneeded weights/features results in an empty model.
  • Featurizing a file (file to input vector based on list of n-grams) is slow.
  • Ensuring that the resulting models are useful.
  • User interface.