
4 Apr
2018
4 Apr
'18
11:38 a.m.
On 03.04.18 22:29, Heinrich Schuchardt wrote:
Introduce functions to print information about loaded images.
If we want to analyze an exception in an EFI image we need the offset between the PC and the start of the loaded image.
With efi_print_image_info() we can print the necessary information for a single image, e.g.
UEFI image start 0x7fdb4000, size 0xa7b60 pc offset 0x72ca /\snp.efi
efi_print_image_infos() provides output for all loaded images.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Sorry, I didn't see the new version earlier. The same comment applies though. Please condense the output down to a single line.
Alex