Function capstone_sys::cs_support [] [src]

pub unsafe extern "C" fn cs_support(query: c_int) -> bool

This API can be used to either ask for archs supported by this library, or check to see if the library was compile with 'diet' option (or called in 'diet' mode).

To check if a particular arch is supported by this library, set @query to arch mode (CS_ARCH_* value). To verify if this library supports all the archs, use CS_ARCH_ALL.

To check if this library is in 'diet' mode, set @query to CS_SUPPORT_DIET.

return True if this library supports the given arch, or in 'diet' mode.