seL4_tools
seL4_tools copied to clipboard
elfloader: factor out check_hash()
Cleaning up the code, so it becomes a bit more modular. Moving this out comes handy for further refactoring. This also allows running the hash check on the image before accessing any other data from it.
The feature is enabled when compiling with -DElfloaderHashInstructions="hash_sha". Is anybody using this actually?
Any chance to get this merged?