IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Tuning options

Variables

uint8 fixup_handler_t::size
 The examples below show how these options work.
uint8 fixup_handler_t::width
 number of significant bits before shifting
uint8 fixup_handler_t::shift
 number of bits to shift right before patching.
uint8 fixup_handler_t::rsrv4
uint32 fixup_handler_t::reftype
 reference info type and flags, std_apply() produces an offset of this type

Detailed Description

Variable Documentation

◆ size

uint8 fixup_handler_t::size

The examples below show how these options work.

See also
std_patch_value() std_get_value() size in bytes

◆ width

uint8 fixup_handler_t::width

number of significant bits before shifting

◆ shift

uint8 fixup_handler_t::shift

number of bits to shift right before patching.

The following should be true: width - shift <= size * 8

◆ rsrv4

uint8 fixup_handler_t::rsrv4

◆ reftype

uint32 fixup_handler_t::reftype

reference info type and flags, std_apply() produces an offset of this type