ept_finder moduleΒΆ

Extended Page Table (EPT) Finder

Usage:

chipsec_main -m tools.vmm.ept_finder [-a dump,<file_name>|file,<file_name>,<revision_id>]

  • dump : Dump contents

  • file : Load contents from file

  • <file_name> : File name to read from or dump to

  • <revision_id> : Revision ID (hex)

Where:
  • []: optional line

Examples:
>>> chipsec_main.py -i -m tools.vmm.ept_finder
>>> chipsec_main.py -i -m tools.vmm.ept_finder -a dump,my_file.bin
>>> chipsec_main.py -i -m tools.vmm.ept_finder -a file,my_file.bin,0x0

Important

  • This module is designed to run in a VM environment

  • Behavior on physical HW is undefined