patchlaa 0.1.0

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

[dependencies]
clap = { version = "4.5.47", features = ["derive"] }
color-eyre = "0.6.5"
goblin = { version = "0.10.1", default-features = false, features = [
  "pe32",
  "std",
] }
memmap2 = "0.9.8"
scroll = "0.13.0"