dotscope 0.3.0

A high-performance, cross-platform framework for analyzing and reverse engineering .NET PE executables
Documentation
[[bench]]
harness = false
name = "cilobject"
path = "benches/cilobject.rs"

[dependencies.bitflags]
version = "2.9.0"

[dependencies.boxcar]
version = "0.2.13"

[dependencies.crossbeam-skiplist]
version = "0.1.3"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.goblin]
version = "0.10.0"

[dependencies.md-5]
version = "0.10.6"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.ouroboros]
version = "0.18.5"

[dependencies.quick-xml]
version = "0.37.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.sha1]
version = "0.10.6"

[dependencies.strum]
features = ["derive"]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uguid]
version = "2.2.1"

[dependencies.widestring]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.6.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "comprehensive"
path = "examples/comprehensive.rs"

[[example]]
name = "decode_blocks"
path = "examples/decode_blocks.rs"

[[example]]
name = "disassembly"
path = "examples/disassembly.rs"

[[example]]
name = "lowlevel"
path = "examples/lowlevel.rs"

[[example]]
name = "metadata"
path = "examples/metadata.rs"

[[example]]
name = "method_analysis"
path = "examples/method_analysis.rs"

[[example]]
name = "types"
path = "examples/types.rs"

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

[package]
authors = ["Johann Kempter <admin@binflip.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "development-tools", "encoding"]
description = "A high-performance, cross-platform framework for analyzing and reverse engineering .NET PE executables"
documentation = "https://docs.rs/dotscope"
edition = "2021"
homepage = "https://github.com/BinFlip/dotscope"
keywords = ["dotnet", "cil", "assembly", "reverse-engineering", "metadata"]
license = "Apache-2.0"
name = "dotscope"
readme = "README.md"
repository = "https://github.com/BinFlip/dotscope"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[profile.bench]
debug = 2
lto = "fat"
opt-level = 3

[profile.release]
lto = "fat"
opt-level = 3

[[test]]
name = "crafted_1"
path = "tests/crafted_1.rs"

[[test]]
name = "crafted_2"
path = "tests/crafted_2.rs"

[[test]]
name = "fuzzer"
path = "tests/fuzzer.rs"