diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-03-04 01:53:27 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-03-04 01:54:00 +0300 |
commit | 00452086b42310db2ba0a2b2a8de0340ff6030fe (patch) | |
tree | 9c207972a0ac2f09e4f8f62f2d4917f01756f78d /README.md | |
parent | dcd9aa0c3d8f764c0ba3d3348451b8d7773971eb (diff) | |
download | UEFI-Lessons-00452086b42310db2ba0a2b2a8de0340ff6030fe.tar.gz UEFI-Lessons-00452086b42310db2ba0a2b2a8de0340ff6030fe.tar.bz2 UEFI-Lessons-00452086b42310db2ba0a2b2a8de0340ff6030fe.zip |
Add Ghidra Lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ _____ - [Lesson XX](Lessons_uncategorized/Lesson_Password_2): The `password` VFR input element - Part 2: Use `EFI_HASH2_PROTOCOL` to calculate password string hash _____ - [Lesson XX](Lessons_uncategorized/Lesson_Hidden_BIOS_settings): Changing hidden BIOS settings. Using `IFRExtractor` utility to extract UEFI IFR data into human-readable text +- [Lesson XX](Lessons_uncategorized/Lesson_Ghidra): Decompile UEFI modules with the help of `Ghidra` software and the `efiSeek` plugin _____ - [Lesson XX](Lessons_uncategorized/Lesson_ARCH): Architecture specifier in section names - [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names |