|
IDA C++ SDK 9.2
|
Functions | |
| THREAD_SAFE constexpr bool idaapi | is_code (flags64_t F) |
| Does flag denote start of an instruction? | |
| bool idaapi | is_code_ea (ea_t ea) |
| 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? | |
| bool idaapi | is_data_ea (ea_t ea) |
| 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? | |
| bool idaapi | is_tail_ea (ea_t ea) |
| 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? | |
| bool idaapi | is_unknown_ea (ea_t ea) |
| THREAD_SAFE constexpr bool idaapi | is_head (flags64_t F) |
| Does flag denote start of instruction OR data? | |
| bool idaapi | is_head_ea (ea_t ea) |
| 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?