fiano icon indicating copy to clipboard operation
fiano copied to clipboard

Go-based tools for modifying UEFI firmware

Results 70 fiano issues
Sort by recently updated
recently updated
newest added

Hello. I'm thinking about to try to implement two tools: * A tool to calculate expected [PCR0](https://en.wikipedia.org/wiki/Trusted_Execution_Technology#Chain_of_trust) value of a binary. * A tool to compare measurements between two binaries...

This is one of the methods to disable Intel ME, see https://github.com/corna/me_cleaner/wiki/HAP-AltMeDisable-bit . CC @rminnich

I suspect it is supposed to show a deeper nested table but utk does only detect the top most layer on some images. See attached output table / json vs...

This allows us to create new firmware files.

enhancement
important

Currently out list only contains file GUIDs: https://github.com/linuxboot/fiano/blob/master/pkg/knownguids/guids.go

important

Given a UEFI image as input, this tool quantifies how easy it is to insert and debug a LinuxBoot kernel. Here is a starting list of rules which can be...

important

Sometimes companies leave out the EFI_SECTION_USER_INTERFACE section for files in the FV, so all we can see is the GUID (Hi Intel!). Equally bad, programs like UefiTool now transparently substitute...

enhancement
good first issue

- Post a style guide for warnings and errors. How validation warnings are dealt with (I know we squelch some of these warnings). When to log.Print vs log.Fatal, ... -...