Skip to main content

dr_lookup_module_section

Function dr_lookup_module_section 

Source
pub unsafe extern "C" fn dr_lookup_module_section(
    lib: module_handle_t,
    pc: *mut byte,
    section_out: *mut IMAGE_SECTION_HEADER,
) -> bool_
Expand description

Returns whether \p pc is within a section within the module in \p section_found and information about that section in \p section_out. \note Not yet available on Linux.