about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py
diff options
context:
space:
mode:
authorAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:45:17 +0100
committerAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:45:17 +0100
commit28d0696beaad18624255d631ff997dd4ac69f182 (patch)
tree8215c4c2b4150e74583bc9bc7f8f234d51f8c68b /example/asm/shellcode.py
parentbd075bf362ad18bffacabaae19e31f01a5922164 (diff)
downloadfocaccia-miasm-28d0696beaad18624255d631ff997dd4ac69f182.tar.gz
focaccia-miasm-28d0696beaad18624255d631ff997dd4ac69f182.zip
use python2 as executable name, give adequate permissions
Diffstat (limited to 'example/asm/shellcode.py')
-rwxr-xr-x[-rw-r--r--]example/asm/shellcode.py2
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