xzre
Data Fields
backdoor_cpuid_reloc_consts Struct Reference

Data Fields

ptrdiff_t cpuid_random_symbol_got_offset
 offset from the symbol cpuid_random_symbol to the GOT More...
 
u64 cpuid_got_index
 index in the GOT for _cpuid() More...
 
ptrdiff_t backdoor_init_stage2_got_offset
 offset from the symbol backdoor_init_stage2() to the GOT More...
 

Field Documentation

◆ backdoor_init_stage2_got_offset

ptrdiff_t backdoor_cpuid_reloc_consts::backdoor_init_stage2_got_offset

offset from the symbol backdoor_init_stage2() to the GOT

the field maps to a relocation entry of type R_X86_64_GOTOFF64 and value backdoor_init_stage2

◆ cpuid_got_index

u64 backdoor_cpuid_reloc_consts::cpuid_got_index

index in the GOT for _cpuid()

the field maps to a relocation entry of type R_X86_64_GOT64 and value _cpuid

◆ cpuid_random_symbol_got_offset

ptrdiff_t backdoor_cpuid_reloc_consts::cpuid_random_symbol_got_offset

offset from the symbol cpuid_random_symbol to the GOT

the field maps to a relocation entry of type R_X86_64_GOTOFF64 and value cpuid_random_symbol


The documentation for this struct was generated from the following file: