IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Functions: work with code bits

Functions

THREAD_SAFE bool idaapi has_immd (flags64_t F)
 Has immediate value?
THREAD_SAFE bool idaapi is_func (flags64_t F)
 Is function start?
idaman bool ida_export set_immd (ea_t ea)
 Set 'has immediate operand' flag.

Detailed Description

Function Documentation

◆ has_immd()

THREAD_SAFE bool idaapi has_immd ( flags64_t F)
inline

Has immediate value?

◆ is_func()

THREAD_SAFE bool idaapi is_func ( flags64_t F)
inline

Is function start?

◆ set_immd()

idaman bool ida_export set_immd ( ea_t ea)

Set 'has immediate operand' flag.

Returns true if the #FF_IMMD bit was not set and now is set