Class ControlFlowGuard


  • public class ControlFlowGuard
    extends java.lang.Object
    ControlFlowGuard is a platform security feature that was created to combat memory corruption vulnerabilities.

    ReturnFlowGuard was introduced as an addition to ControlFlowGuard in the Windows 10 Creator's update.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void markup​(LoadConfigDirectory lcd, Program program, MessageLog log, NTHeader ntHeader)
      Perform markup on the supported ControlFlowGuard and ReturnFlowGuard functions and tables, if they exist.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ControlFlowGuard

        public ControlFlowGuard()
    • Method Detail

      • markup

        public static void markup​(LoadConfigDirectory lcd,
                                  Program program,
                                  MessageLog log,
                                  NTHeader ntHeader)
        Perform markup on the supported ControlFlowGuard and ReturnFlowGuard functions and tables, if they exist.
        Parameters:
        lcd - The PE LoadConfigDirectory.
        program - The program.
        log - The log.
        ntHeader - The PE NTHeader.