stringzz 0.3.4

A library and tool for strings and opcodes extraction from various file formats
Documentation
[[bin]]
name = "stringzz"
path = "src/bin/stringzz.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.dex]
version = "0.5.0"

[dependencies.goblin]
version = "0.9.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.28"

[dependencies.md5]
version = "0.8.0"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.25"

[dependencies.regex]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.walkdir]
version = "2.5.0"

[lib]
name = "stringzz"
path = "src/lib.rs"

[package]
authors = ["ogre2007 <oogre@vk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library and tool for strings and opcodes extraction from various file formats"
edition = "2021"
homepage = "https://github.com/ogre2007/yarobot"
keywords = ["strings", "malware", "yara", "maturin", "yara-generator"]
license = "GPL-3.0-only"
name = "stringzz"
readme = "README.md"
repository = "https://github.com/ogre2007/yarobot"
version = "0.3.4"