Skip to content

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”
Name
structtask_offsets
Name
const struct task_offsetsOFFSETS_6_6
const struct task_offsetsOFFSETS_6_1
const struct task_offsets *active_offsets
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,
};
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,
};
const struct task_offsets * active_offsets;

Updated on 2026-05-26 at 13:25:29 +0000