ZydisRegisterGetStringWrapped

Function ZydisRegisterGetStringWrapped 

Source
pub unsafe extern "C" fn ZydisRegisterGetStringWrapped(
    reg: ZydisRegister,
) -> *const ZydisShortString
Expand description

Returns the specified register string as ZydisShortString.

@param reg The register.

@return The register string or ZYAN_NULL, if an invalid register was passed.

The buffer of the returned struct is guaranteed to be zero-terminated in this special case.