[][src]Function vmread_sys_kmod::GenerateExportList

pub unsafe extern "C" fn GenerateExportList(
    ctx: *const WinCtx,
    process: *const WinProc,
    moduleBase: u64,
    outList: *mut WinExportList
) -> i32

@brief Generate a module export list

@param ctx vmread context @param process target process @param moduleBase base address @param outList the output list

@return 0 on success; Otherwise either -1, or a positive number indicating stage of the failure