pub unsafe extern "C" fn dr_syswide_is_on(
dr_platform: dr_platform_t,
dr_root_dir: *const c_char,
) -> bool_Expand description
Returns whether systemwide injection is enabled.
\param[in] dr_platform Configurations are kept separate for 32-bit processes and 64-bit processes. This parameter allows selecting which of those to use.
\param[in] dr_root_dir The root DynamoRIO directory.
\return Whether systemwide injection is enabled.
\note Not yet available on Linux or MacOS.