improve CLI help text with detailed description
This commit is contained in:
@@ -9,6 +9,9 @@ fn main() -> Result<()> {
|
|||||||
let matches = Command::new("ghost")
|
let matches = Command::new("ghost")
|
||||||
.version("0.1.0")
|
.version("0.1.0")
|
||||||
.about("Cross-Platform Process Injection Detection Framework")
|
.about("Cross-Platform Process Injection Detection Framework")
|
||||||
|
.long_about("Ghost scans running processes for signs of code injection, \
|
||||||
|
process hollowing, and other malicious techniques. \
|
||||||
|
Supports Windows and Linux platforms with kernel-level monitoring.")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("format")
|
Arg::new("format")
|
||||||
.short('f')
|
.short('f')
|
||||||
|
|||||||
Reference in New Issue
Block a user