summaryrefslogtreecommitdiffstats
path: root/GNU_efi_HelloWorld/analyse_hello.sh
diff options
context:
space:
mode:
Diffstat (limited to 'GNU_efi_HelloWorld/analyse_hello.sh')
-rwxr-xr-xGNU_efi_HelloWorld/analyse_hello.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/GNU_efi_HelloWorld/analyse_hello.sh b/GNU_efi_HelloWorld/analyse_hello.sh
new file mode 100755
index 0000000..cfaad73
--- /dev/null
+++ b/GNU_efi_HelloWorld/analyse_hello.sh
@@ -0,0 +1,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