[package]
edition = "2024"
rust-version = "1.88"
name = "goblin-sigscan-cli"
version = "0.1.0"
authors = [
"ko1N <ko1N@users.noreply.github.com>",
"killerra <killerra@users.noreply.github.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small CLI to scan binaries with pelite-style signatures"
documentation = "https://docs.rs/goblin-sigscan-cli/"
readme = "README.md"
keywords = [
"binary",
"cli",
"scanner",
"signature",
"pe",
]
categories = [
"command-line-utilities",
"development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/memflow/goblin-sigscan"
[[bin]]
name = "sigscan"
path = "src/main.rs"
[dependencies.goblin]
version = "0.10"
[dependencies.goblin-sigscan]
version = "0.1.0"
[dependencies.thiserror]
version = "2"