scanmem alternative with concurrent memory scanning
at master 253 B view raw
1[package] 2name = "memmut" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7anyhow = "1.0.96" 8clap = {version = "4.5.31", features = ["derive"]} 9env_logger = "0.11.6" 10libc = "0.2.170" 11log = "0.4.26" 12rand = "0.9.0" 13rayon = "1.10.0" 14rustyline = "15.0.0"