diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-01-06 06:52:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 06:52:13 +0100 |
| commit | f89a4638923b89c4e17fa6811a62a7d01bccbdee (patch) | |
| tree | e1ab792c966c74faaf1d16b11036af9291d9a21f /example/asm/shellcode.py | |
| parent | 06461f1bd7a8c987b47381dffa3e1462cee8e44f (diff) | |
| parent | 1940e5baa0310bb6a3090f4a5a3cc832b024f03f (diff) | |
| download | miasm-f89a4638923b89c4e17fa6811a62a7d01bccbdee.tar.gz miasm-f89a4638923b89c4e17fa6811a62a7d01bccbdee.zip | |
Merge pull request #470 from a-vincent/master
Tidy up which files are executable and which are not
Diffstat (limited to 'example/asm/shellcode.py')
| -rwxr-xr-x[-rw-r--r--] | example/asm/shellcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm/shellcode.py b/example/asm/shellcode.py index f31c88c2..3ff11489 100644..100755 --- a/example/asm/shellcode.py +++ b/example/asm/shellcode.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 from argparse import ArgumentParser from pdb import pm |