Joey Vagedes
Joey Vagedes
Cargo clippy offers many great suggestions to improve or simplify your code and should be ran during CI.
## Description Now that the tool is where it needs to be to provide 100% coverage for validating read / write sections of an efi image, it is time to...
### Feature Overview If a symbol is not properly aligned, padding will be inserted in between fields in the symbol. Coverage rules are already added to cover padding between sections...
### Feature Overview The auxilliary File's size should be reduced if possible. While the size should never be an issue due to compression, we should still look into reducing the...
### Feature Overview A more user friendly / feature rich data visualization tool that consumes the raw json data introduced in #411. This will make it easier to see which...
### Feature Overview Currently, when a validation rule from the Auxiliary file fails, we provide incosisent data that makes it difficult to debug. We need to update `BasePeCoffValidationLib.inf` (or the...
### Feature Overview In the scenario where post-execution image validation fails on an efi, debugging the exact symbol that is failing could be hard. Debugging messages give the offset of...
# Description Updates tools_def.template to stop merging the .rdata and .data sections by default during the build process. Previously, merging these sections caused symbols that were meant to be read-only...
## Description When generating the auxiliary file, we create a default value for each validation entry. Most of the time, this default value is all zeros. In a test case,...