Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-11 | LibELF: Move validation methods to their own file | Andrew Kaster | |
These validate_elf_* methods really had no business being static methods of ELF::Image. Now that the ELF namespace exists, it makes sense to just move them to be free functions in the namespace. |