mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-25 02:04:54 +01:00
Complete refactoring of driver and client code to improve readability
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user