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, 0 insertions, 8 deletions
diff --git a/GNU_efi_HelloWorld/analyse_hello.sh b/GNU_efi_HelloWorld/analyse_hello.sh
deleted file mode 100755
index c8b3103..0000000
--- a/GNU_efi_HelloWorld/analyse_hello.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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