[][src]Function vmread_sys_kmod::FindProcAddress

pub unsafe extern "C" fn FindProcAddress(
    exports: WinExportList,
    procName: *const i8
) -> u64

@brief Find the proc address inside a given export list

@param exports the list to be searched @param procName target export name

@return Virtual address of the export, 0, if not found