Skip to content

Commit

Permalink
feat(os/windows): add PspUserThreadStartup and PspExitThread symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Dec 13, 2024
1 parent 21a12eb commit 815b609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/vmi-os-windows/src/offsets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ symbols! {
ObpKernelHandleTable: u64,

PspInsertProcess: Option<u64>,
PspUserThreadStartup: Option<u64>,
PspExitThread: Option<u64>,
MmCleanProcessAddressSpace: Option<u64>,
}
}
Expand Down

0 comments on commit 815b609

Please sign in to comment.