Skip to content

Commit 815b609

Browse files
committed
feat(os/windows): add PspUserThreadStartup and PspExitThread symbols
1 parent 21a12eb commit 815b609

File tree

1 file changed

+2
-0
lines changed
  • crates/vmi-os-windows/src/offsets

1 file changed

+2
-0
lines changed

crates/vmi-os-windows/src/offsets/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ symbols! {
7171
ObpKernelHandleTable: u64,
7272

7373
PspInsertProcess: Option<u64>,
74+
PspUserThreadStartup: Option<u64>,
75+
PspExitThread: Option<u64>,
7476
MmCleanProcessAddressSpace: Option<u64>,
7577
}
7678
}

0 commit comments

Comments
 (0)