Releases: rjzak/malware-modeler-rs
Releases · rjzak/malware-modeler-rs
v0.0.4
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
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.