Skip to main content

instr_get_category

Function instr_get_category 

Source
pub unsafe extern "C" fn instr_get_category(
    instr: *mut instr_t,
) -> uint
Expand description

Returns \p instr’s set of categories (set of DR_INSTR_CATEGORY_ constants). See #dr_instr_category_t. This API is only supported for decoded instructions, not for synthetic ones. Currently this is only supported for AArch64.