yari icon indicating copy to clipboard operation
yari copied to clipboard

YARI is an interactive debugger for YARA Language.

Results 11 yari issues
Sort by recently updated
recently updated
newest added

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.60. Release notes Sourced from thiserror's releases. 1.0.60 Resolve unexpected_cfgs warning (#298) 1.0.59 Unblock testing of rustc debug-fmt-detail option (#297) 1.0.58 Make backtrace support available...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.10.4. Commits aa2d8bd 1.10.4 088d7f3 api: add Cow guarantee to replace API a5ae351 regex-automata-0.4.6 9cf4a42 automata: fix bug where reverse NFA lacked an unanchored prefix...

dependencies

Bumps [color-eyre](https://github.com/eyre-rs/eyre) from 0.6.2 to 0.6.3. Commits f544fed chore: Release 7689b98 chore: don't inherit workspace readme 63cb412 chore: remove old metadata 7e7e173 chore: update changelog 7a5c32a Add color-eyre to workspace...

dependencies

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 13.0.0 to 14.0.0. Release notes Sourced from rustyline's releases. 14.0.0 What's Changed Migrate to windows-sys #753 Bump env_logger version to 0.11 #760 Bump rusqlite to version 0.31...

dependencies

Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.64.0 to 0.69.4. Release notes Sourced from bindgen's releases. v0.69.4 Install bindgen-cli 0.69.4 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.4/bindgen-cli-installer.sh | sh...

dependencies

Hey, I saw #14 and tried to compile the project on my setup, however, I fail quite at the start. I have just a very basic Rust knowledge, so any...

Currently we support only Linux and Windows platforms. We should find a way to also build universal MacOS YARI wheels. - [ ] The first step should be to mention...

help wanted

The logical next step after https://github.com/avast/yari/issues/63 would to visually mark found strings without hovering. Could look like this: You open a .yar and immediately see by the blue numbers, in...

When compiling under Linux, I get the following error message: - `cargo update` - `cargo build` ``` error[E0432]: unresolved import `crate::bindings::yr_modules_do_load` --> yari-sys/src/lib.rs:23:5 | 23 | use crate::bindings::yr_modules_do_load; | ^^^^^^^^^^^^^^^^^------------------...

The release process is currently manual. We should try to automate it. At least the builds for different platforms. - [ ] Linux - [ ] Windows - [ ]...

help wanted