aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-19 14:32:02 +0300
committerGitHub <noreply@github.com>2021-07-19 14:32:02 +0300
commit0970d274103017d322eabebeef85f891968a8135 (patch)
treecd762211354c6ee79487c0b3dc0132a19c9fa363 /README.md
parenta905339da88110a87c1d2a775f484d156792935a (diff)
downloadUEFI-Lessons-0970d274103017d322eabebeef85f891968a8135.tar.gz
UEFI-Lessons-0970d274103017d322eabebeef85f891968a8135.tar.bz2
UEFI-Lessons-0970d274103017d322eabebeef85f891968a8135.zip
Update README.md
Add tools section
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d817040..b079d09 100644
--- a/README.md
+++ b/README.md
@@ -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