[][src]Function vmread_sys_internal::GetPeb32

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

@brief Get the process environment block (32-bit version)

@param ctx vmread context @param process target process

Note that there is no error checking in this function. Even though PEB should always exist, the returned data may be garbage

@return The environment block