C
-
Function Pointers in C
C ·Function pointers are like having a pet dragon; dangerous, unpredictable, and often unnecessary. So, if you find yourself dealing with function pointers, embrace the chaos and remember to keep a fire extinguisher handy! For your difficult journey ahead, here is a brief reference guide.
A very basic example of how you can assign a pointer to a function.
void...
UEFI
-
Dismantling the UEFI HII Database (Part 2)
UEFI ·UEFI Human Interface Infrastructure (HII) is a UEFI-specified database that stores BIOS menu items. This series of blogs aims to explore the HII by recompiling it in the UEFI shell.
-
Dismantling the UEFI HII Database (Part 1)
UEFI ·UEFI Human Interface Infrastructure (HII) is a UEFI-specified database that stores BIOS menu items. This series of blogs aims to explore the HII by recompiling it in the UEFI shell.