IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Functions: examine byte states

Functions

THREAD_SAFE constexpr bool idaapi is_code (flags64_t F)
 Does flag denote start of an instruction?
THREAD_SAFE constexpr bool idaapi f_is_code (flags64_t F, void *)
 Does flag denote start of an instruction?
THREAD_SAFE constexpr bool idaapi is_data (flags64_t F)
 Does flag denote start of data?
THREAD_SAFE constexpr bool idaapi f_is_data (flags64_t F, void *)
 Does flag denote start of data?
THREAD_SAFE constexpr bool idaapi is_tail (flags64_t F)
 Does flag denote tail byte?
THREAD_SAFE constexpr bool idaapi f_is_tail (flags64_t F, void *)
 Does flag denote tail byte?
THREAD_SAFE constexpr bool idaapi is_not_tail (flags64_t F)
 Does flag denote tail byte?
THREAD_SAFE constexpr bool idaapi f_is_not_tail (flags64_t F, void *)
 Does flag denote tail byte?
THREAD_SAFE constexpr bool idaapi is_unknown (flags64_t F)
 Does flag denote unexplored byte?
THREAD_SAFE constexpr bool idaapi is_head (flags64_t F)
 Does flag denote start of instruction OR data?
THREAD_SAFE constexpr bool idaapi f_is_head (flags64_t F, void *)
 Does flag denote start of instruction OR data?

Detailed Description

Function Documentation

◆ is_code()

THREAD_SAFE constexpr bool idaapi is_code ( flags64_t F)
inlineconstexpr

Does flag denote start of an instruction?

◆ f_is_code()

THREAD_SAFE constexpr bool idaapi f_is_code ( flags64_t F,
void *  )
inlineconstexpr

Does flag denote start of an instruction?

◆ is_data()

THREAD_SAFE constexpr bool idaapi is_data ( flags64_t F)
inlineconstexpr

Does flag denote start of data?

◆ f_is_data()

THREAD_SAFE constexpr bool idaapi f_is_data ( flags64_t F,
void *  )
inlineconstexpr

Does flag denote start of data?

◆ is_tail()

THREAD_SAFE constexpr bool idaapi is_tail ( flags64_t F)
inlineconstexpr

Does flag denote tail byte?

◆ f_is_tail()

THREAD_SAFE constexpr bool idaapi f_is_tail ( flags64_t F,
void *  )
inlineconstexpr

Does flag denote tail byte?

◆ is_not_tail()

THREAD_SAFE constexpr bool idaapi is_not_tail ( flags64_t F)
inlineconstexpr

Does flag denote tail byte?

◆ f_is_not_tail()

THREAD_SAFE constexpr bool idaapi f_is_not_tail ( flags64_t F,
void *  )
inlineconstexpr

Does flag denote tail byte?

◆ is_unknown()

THREAD_SAFE constexpr bool idaapi is_unknown ( flags64_t F)
inlineconstexpr

Does flag denote unexplored byte?

◆ is_head()

THREAD_SAFE constexpr bool idaapi is_head ( flags64_t F)
inlineconstexpr

Does flag denote start of instruction OR data?

◆ f_is_head()

THREAD_SAFE constexpr bool idaapi f_is_head ( flags64_t F,
void *  )
inlineconstexpr

Does flag denote start of instruction OR data?