Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ LIST_ENTRY
Class
LIST_ENTRY
src/utils/win_api.rs:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
#[repr(C)]
13
struct LIST_ENTRY {
14
Flink: *mut LIST_ENTRY,
15
Blink: *mut LIST_ENTRY,
16
}
17
18
#[repr(C)]
19
struct PEB_LDR_DATA {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected