Add Timestamp faking strategy

This commit is contained in:
Vadim Vetrov
2026-01-31 14:54:51 +03:00
parent da650bd09f
commit c9b59f9ce7
8 changed files with 295 additions and 114 deletions

View File

@@ -111,6 +111,9 @@ free((item)); \
#ifndef KERNEL_SPACE
#define CHECK_BITFIELD(value, field) (((value) & (field)) == (field))
#define max(a,b)__extension__\
({ \
__typeof__ (a) _a = (a); \