Skip to content

Commit

Permalink
fix: actually register the process list command
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Dec 11, 2024
1 parent a43fb9a commit 7e5bc7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use core::{
use device::ValthrunDevice;
use handler::{
handler_get_modules,
handler_get_processes,
HandlerRegistry,
};
use kb::KeyboardInput;
Expand Down Expand Up @@ -235,6 +236,7 @@ pub fn internal_driver_entry(driver: &mut DRIVER_OBJECT) -> NTSTATUS {
handler.register(&handler_write);

handler.register(&handler_get_modules);
handler.register(&handler_get_processes);
handler.register(&handler_protection_toggle);

handler.register(&handler_mouse_move);
Expand Down

0 comments on commit 7e5bc7d

Please sign in to comment.