Age | Commit message (Expand) | Author |
---|---|---|
2021-02-19 | sbat: make shim to parse it's own .sbat section on init | Javier Martinez Canillas |
2021-02-19 | Don't re-parse the SBAT EFI variable for each binary we load. | Javier Martinez Canillas |
2021-02-19 | parse_sbat: handle the realloc failure leak and batch allocations. | Peter Jones |
2021-02-19 | pe.c: parse SBAT variable and perform basic verification | Alex Burmashev |
2021-02-19 | sbat: drop the struct sbat and just use two variables instead | Peter Jones |
2021-02-16 | sbat: remove unused buffer parameter in parse_sbat() function | Javier Martinez Canillas |
2021-02-16 | sbat: clang-format the whole thing. | Peter Jones |
2021-02-15 | sbat: make the includes work like everything else. | Peter Jones |
2021-02-13 | Add a function to parse the SBAT metadata from the .sbat section | Javier Martinez Canillas |
2021-02-13 | Add the beginning of .sbat parsing stuff | Peter Jones |