Skip to content

v1.0.0

Choose a tag to compare

@mu-automation mu-automation released this 24 Feb 21:04
· 25 commits to refs/heads/main since this release
b58f5b5

What's Changed

  • UefiExt: Add Option To Ignore Self Map in !pt @os-d (#115)
    Change Details
      ## Description

    Currently !pt will always search for a self map entry and use that to walk the page tables. However, this doesn't let the extension walk uninstalled page tables (because that virtual address range is not mapped).

    This adds a flag to !pt to ignore the self map and instead parse the page tables in a standard walk to handle the offline page table parsing case.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    Parsing offline self mapped page tables.

    Integration Instructions

    Run !pt -i VA [Root] to ignore the self map when parsing offline page tables.

      </blockquote>
      <hr>
    </details>
    

⚠️ Breaking Changes

  • Remove code migrated to uefi\_debug\_tools @cfernald (#122)
    Change Details
      ## Description

    UefiDbgExt & ComToTcpServer have been migrated to a new repo: https://github.com/microsoft/uefi_debug_tools

    This commit removes this code and fixes some stale references.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    N/A

    Integration Instructions

    N/A

      </blockquote>
      <hr>
    </details>
    

Full Changelog: v0.2.7...v1.0.0