Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Tuning options

Variables

uint8 fixup_handler_t::size
 The examples below show how these options work. More...
 
uint8 fixup_handler_t::width
 number of significant bits before shifting
 
uint8 fixup_handler_t::shift
 number of bits to shift right before patching. More...
 
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

◆ shift

uint8 fixup_handler_t::shift

number of bits to shift right before patching.

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