timevortex

Results 2 comments of timevortex

Thanks @NikolajSchlej for clarifying. The use case I'm thinking of is more around extraction and then comparison with another extracted BIOS rather than reconstruction. I really like how uefiextract preserves...

A lot of the logic around parsing and extracting these variables already exists in chipsec and you should be able to re-use a lot of that: https://github.com/chipsec/chipsec/blob/master/source/tool/chipsec/hal/uefi_platform.py There's also a...