Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Bug Fix: Added DisableKernelInlineHook
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed May 19, 2024
1 parent 5d2eadc commit ebd2449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl Commands {
pub fn from_u64(value: u64) -> Commands {
match value {
0 => Commands::EnableKernelInlineHook,
1 => Commands::DisableKernelInlineHook,
_ => Commands::Invalid,
}
}
Expand Down

0 comments on commit ebd2449

Please sign in to comment.