Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 21:52
· 47 commits to refs/heads/main since this release
cee0d1a

What's Changed

  • Improvements to UEFIExt and fix register writes @cfernald (#23)
    Change Details
      ## Description
    1. Fix issue with setting registers. This requires a windbgx fix as well.
    2. Add !reboot command for better reboot experience
    3. Fixes setting !modulebreak after an existing modulebreak
    4. fix full load of module on iterative runs of !findall
    5. improvements to !advlog
    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    Tested with Q35 & SBSA

    Integration Instructions

    N/A

      </blockquote>
      <hr>
    </details>
    

📖 Documentation Updates

  • Improvements to Windbgx integration and UEFI extension @cfernald (#22)
    Change Details
      ## Description

    Improvements to the core for:

    1. Add windbg workaround PCD to allow disabling for native GDB systems.
    2. Add break reason for debugger initiated breakpoints
    3. Add workaround for #10
    4. Fix .reboot not working

    Improvements to UEFI Extension:

    1. Cleaned up help function
    2. Added crude implementation for adv logger parser
    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    Local tests on QEMU

    Integration Instructions

    N/A

      </blockquote>
      <hr>
    </details>
    

Full Changelog: v0.1.1...v0.1.2