Function GenerateModuleList

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

@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