text_poke_loc
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: ✅struct text_poke_loc {
void *detour;
void *addr;
size_t len;
const const char[5] opcode;
};
5.4
: ✅struct text_poke_loc {
void *detour;
void *addr;
size_t len;
const const char[5] opcode;
};
5.8
: ✅struct text_poke_loc {
s32 rel_addr;
s32 rel32;
u8 opcode;
const const u8[5] text;
};
5.11
: ✅struct text_poke_loc {
s32 rel_addr;
s32 rel32;
u8 opcode;
const const u8[5] text;
u8 old;
};
5.13
: ✅struct text_poke_loc {
s32 rel_addr;
s32 rel32;
u8 opcode;
const const u8[5] text;
u8 old;
};
5.15
: ✅struct text_poke_loc {
s32 rel_addr;
s32 rel32;
u8 opcode;
const const u8[5] text;
u8 old;
};
5.19
: ✅struct text_poke_loc {
s32 rel_addr;
s32 disp;
u8 len;
u8 opcode;
const const u8[5] text;
u8 old;
};
6.2
: ✅struct text_poke_loc {
s32 rel_addr;
s32 disp;
u8 len;
u8 opcode;
const const u8[5] text;
u8 old;
};
6.5
: ✅struct text_poke_loc {
s32 rel_addr;
s32 disp;
u8 len;
u8 opcode;
const const u8[5] text;
u8 old;
};
6.8
: ✅struct text_poke_loc {
s32 rel_addr;
s32 disp;
u8 len;
u8 opcode;
const const u8[5] text;
u8 old;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct text_poke_loc {
void *detour;
void *addr;
size_t len;
const const char[5] opcode;
};
azure
: ✅struct text_poke_loc {
void *detour;
void *addr;
size_t len;
const const char[5] opcode;
};
gcp
: ✅struct text_poke_loc {
void *detour;
void *addr;
size_t len;
const const char[5] opcode;
};
lowlatency
: ✅struct text_poke_loc {
void *detour;
void *addr;
size_t len;
const const char[5] opcode;
};
Regular
5.3
and 5.4
✅
5.4
and 5.8
⚠️s32 rel_addr
s32 rel32
const const u8[5] text
void *detour
void *addr
size_t len
const const char[5] opcode
➡️ u8 opcode
5.8
and 5.11
⚠️u8 old
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️s32 disp
u8 len
s32 rel32
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅