lancelot/core
dependabot[bot] 8ef9eef514
build(deps): update zydis requirement from 3.1.3 to 4.1.1
Updates the requirements on [zydis](https://github.com/zyantific/zydis-rs) to permit the latest version.
- [Commits](https://github.com/zyantific/zydis-rs/commits)

---
updated-dependencies:
- dependency-name: zydis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 13:14:18 +00:00
..
benches core: bench: rename cfg benches 2022-01-04 14:28:14 -07:00
resources/test analysis: pe: add experimental RF evaluation 2023-06-27 15:14:07 +02:00
src core, bin: bump goblin to v0.9 2024-11-01 13:12:58 +00:00
Cargo.toml build(deps): update zydis requirement from 3.1.3 to 4.1.1 2024-11-01 13:14:18 +00:00
README.md core: add benches for new CFG 2022-01-04 10:37:33 -07:00

testing

$ cargo test

benchmark

$ cargo install cargo-criterion
$ cargo criterion --all-features --plotting-backend disabled [name of benchmark, eg. "fetch"]