diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-19 14:32:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 14:32:02 +0300 |
commit | 0970d274103017d322eabebeef85f891968a8135 (patch) | |
tree | cd762211354c6ee79487c0b3dc0132a19c9fa363 | |
parent | a905339da88110a87c1d2a775f484d156792935a (diff) | |
download | UEFI-Lessons-0970d274103017d322eabebeef85f891968a8135.tar.gz UEFI-Lessons-0970d274103017d322eabebeef85f891968a8135.tar.bz2 UEFI-Lessons-0970d274103017d322eabebeef85f891968a8135.zip |
Update README.md
Add tools section
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -104,3 +104,9 @@ EDK2 specifications (https://github.com/tianocore/tianocore.github.io/wiki/EDK-I - [Driver Writer's Guide](https://edk2-docs.gitbook.io/edk-ii-uefi-driver-writer-s-guide/) - [Module Writer's Guide](https://edk2-docs.gitbook.io/edk-ii-module-writer-s-guide/) - [EDKII User Manual](https://github.com/tianocore-docs/Docs/raw/master/User_Docs/EDK_II_UserManual_0_7.pdf) + +# Tools + +- [UEFITool](https://github.com/LongSoft/UEFITool) - UEFITool is a cross-platform C++/Qt program for parsing, extracting and modifying UEFI firmware images +- [CrScreenshotDxe](https://github.com/LongSoft/CrScreenshotDxe) - UEFI DXE driver to take screenshots from GOP-compatible graphic consoles +- [RU.EFI](http://ruexe.blogspot.com/) - "Read Universal" - UEFI application to debug UEFI interfaces |