zdiff
zdiff
I have several compiled _YARA_ files that I am able to load with `yara.ReadRules()`, but I'd like to use them all with a single instance of `yara.NewScanner()`. I do not...
I have been receiving emails that have headers with the defined character encoding _GB2312_. However, it appears as though these headers require the _GB18030_ character encoding to properly display the...
# Pull Request ## Title opt-level: optimize binary for size ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Documentation Update -...
# Pull Request ## Title Reduce the size of the `linutil` binary by removing unused features from `core/Cargo.toml` ## Type of Change - [ ] New feature - [ ]...
using `ReadFrom` is much slower than a similar function in [go-yara](https://pkg.go.dev/github.com/hillu/go-yara/v4#ReadRules) on large rule files: ### YARA-X ReadFrom | Command | Mean [s] | Min [s] | Max [s] |...
## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Documentation update - [ ] Refactoring - [ ] Hotfix - [ ]...
## Type of Change - [x] Feature ## Description Adds colors and suggestions to help menu ## Checklist - [x] My code adheres to the coding and style guidelines of...
This issue seems very niche and unimportant but I figured I would report it anyway for visibility. `plyara.utils.rebuild_yara_rule` adds a space between `#` and the string identifier, when the string...