about
struct AboutMe {
char name[14];
char interest1[24];
char interest2[23];
char interest3[17];
};
struct AboutMe vf = {
.name = “VanishingFork”,
.interest1 = “UEFI Security / Modding”,
.interest2 = “Hypervisor Development”,
.interest3 = “Malware Analysis”,
};