diff options
Diffstat (limited to 'GNU_efi_HelloWorld/analyse_hello.sh')
-rwxr-xr-x | GNU_efi_HelloWorld/analyse_hello.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNU_efi_HelloWorld/analyse_hello.sh b/GNU_efi_HelloWorld/analyse_hello.sh index cfaad73..c8b3103 100755 --- a/GNU_efi_HelloWorld/analyse_hello.sh +++ b/GNU_efi_HelloWorld/analyse_hello.sh @@ -5,4 +5,4 @@ objdump -h hello.efi echo "########################################################################" echo "peinfo hello.efi | grep text -A 5" -peinfo hello.efi | grep text -A 5 +./peinfo hello.efi | grep text -A 5 |