patchlaa 0.2.0

command line tool to force LAA for PE32/+ executables
[[bin]]
name = "patchlaa"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.47"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.goblin]
default-features = false
features = ["pe32", "std"]
version = "0.10.1"

[dependencies.memmap2]
version = "0.9.8"

[dependencies.scroll]
version = "0.13.0"

[package]
authors = ["slonkazoid <slonkazoid@slonk.ing>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "command line tool to force LAA for PE32/+ executables"
edition = "2024"
homepage = "https://git.slonk.ing/slonk/patchlaa"
license = "Apache-2.0"
name = "patchlaa"
readme = "README.md"
repository = "https://git.slonk.ing/slonk/patchlaa"
version = "0.2.0"