Complete refactoring of driver and client code to improve readability

This commit is contained in:
João Victor
2024-08-31 00:35:00 -03:00
parent fe583dab44
commit 351a7d5fea
29 changed files with 506 additions and 291 deletions

View File

@@ -177,7 +177,7 @@ pub enum InjectionCommands {
/// Type shellcode
#[arg(long, short, required = true)]
type_: Injection
}
},
}
/// Enum representing the subcommands for process operations.
@@ -300,7 +300,7 @@ pub enum PS_PROTECTED_TYPE {
#[derive(clap::ValueEnum, Clone, Debug, Copy)]
pub enum Injection {
Thread = 0,
APC = 1
APC = 1,
}
/// Enum representing the signers for process protection.