summaryrefslogtreecommitdiffstats
path: root/test_code/analyse_hello.sh
blob: 2e9187fc5909b7b3bbaa7a4d27f557a0ec03ed1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

echo "#### \$objdump -h hello.efi"
objdump -h hda-contents/hello.efi

echo "########################################################################"
echo "#### \$peinfo hello.efi | grep text -A 5"
./peinfo hda-contents/hello.efi | grep text -A 5


echo "########################################################################"
echo "#### \$cat debug.log | grep hello -A 5"
cat debug.log | grep hello -A 5