IDA C++ SDK 9.2
|
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? |
Does flag denote start of an instruction?
Does flag denote start of an instruction?
Does flag denote start of data?
Does flag denote start of data?
Does flag denote tail byte?
Does flag denote tail byte?
Does flag denote tail byte?
Does flag denote tail byte?
Does flag denote unexplored byte?
Does flag denote start of instruction OR data?