Function findLibrary
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn findLibrary(library: *const c_char) -> usize
Expand description
C FFI: Find the base address of a loaded library.
§Safety
The library parameter must be a valid null-terminated C string.
§Returns
Base address of the library, or 0 if not found.