summaryrefslogtreecommitdiffstats
path: root/GNU_efi_HelloWorld/analyse_hello.sh
blob: c8b3103ff16e3aff00eab58a9c8b5d58346f4dec (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

echo "objdump -h hello.efi"
objdump -h hello.efi

echo "########################################################################"
echo "peinfo hello.efi | grep text -A 5"
./peinfo hello.efi | grep text -A 5