[][src]Function vmread_sys_kmod::GenerateModuleList

pub unsafe extern "C" fn GenerateModuleList(
    ctx: *const WinCtx,
    process: *const WinProc
) -> WinModuleList

@brief Generate the module list of a process

@param ctx vmread context @param process target process

@return A structure representing all modules loaded by the given process