sentinel-stack/sentinel-vmi/include/task_offsets.h
sentinel-stack/sentinel-vmi/include/task_offsets.h
Section titled “sentinel-stack/sentinel-vmi/include/task_offsets.h”Classes
Section titled “Classes”| Name | |
|---|---|
| struct | task_offsets |
Attributes
Section titled “Attributes”| Name | |
|---|---|
| const struct task_offsets | OFFSETS_6_6 |
| const struct task_offsets | OFFSETS_6_1 |
| const struct task_offsets * | active_offsets |
Attributes Documentation
Section titled “Attributes Documentation”variable OFFSETS_6_6
Section titled “variable OFFSETS_6_6”static const struct task_offsets OFFSETS_6_6 = { .kernel_version = "6.6", .tasks_offset = 0x298, .pid_offset = 0x398, .tgid_offset = 0x39c, .real_parent_offset = 0x2b0, .comm_offset = 0x558, .mm_offset = 0x268, .files_offset = 0x2a0, .nsproxy_offset = 0x540, .start_time_offset = 0x4f0, .flags_offset = 0x070, .cred_offset = 0x538, .cred_uid_offset = 0x04, .cred_gid_offset = 0x08, .cred_euid_offset = 0x14, .cred_egid_offset = 0x18, .cred_cap_effective_offset = 0x28,};variable OFFSETS_6_1
Section titled “variable OFFSETS_6_1”static const struct task_offsets OFFSETS_6_1 = { .kernel_version = "6.1", .tasks_offset = 0x290, .pid_offset = 0x390, .tgid_offset = 0x394, .real_parent_offset = 0x2a8, .comm_offset = 0x550, .mm_offset = 0x260, .files_offset = 0x298, .nsproxy_offset = 0x530, .start_time_offset = 0x4e8, .flags_offset = 0x070, .cred_offset = 0x530, .cred_uid_offset = 0x04, .cred_gid_offset = 0x08, .cred_euid_offset = 0x14, .cred_egid_offset = 0x18, .cred_cap_effective_offset = 0x28,};variable active_offsets
Section titled “variable active_offsets”const struct task_offsets * active_offsets;Updated on 2026-05-26 at 13:25:29 +0000