Table of Contents

Interface IControlFlowGuard

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
An interface enabling interaction with features like Windows' Control Flow Guard.
public interface IControlFlowGuard

Properties

IsSupported
true if this feature is supported, false otherwise.
TargetAlignmentRequirement
Gets the alignment requirement for registerable entry points.

Methods

RegisterValidIndirectCallTargets(void*, nint, ReadOnlySpan<nint>)
Registers a memory region's valid indirect call targets.

See Also