v0.1.2
·
47 commits
to refs/heads/main
since this release
What's Changed
-
Improvements to UEFIExt and fix register writes @cfernald (#23)
Change Details
## Description
- Fix issue with setting registers. This requires a windbgx fix as well.
- Add
!reboot
command for better reboot experience - Fixes setting
!modulebreak
after an existing modulebreak - fix full load of module on iterative runs of
!findall
- 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:
- Add windbg workaround PCD to allow disabling for native GDB systems.
- Add break reason for debugger initiated breakpoints
- Add workaround for #10
- Fix
.reboot
not working
Improvements to UEFI Extension:
- Cleaned up help function
- 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