diff options
| author | Aymeric Vincent <aymeric.vincent@cea.fr> | 2017-01-05 16:45:17 +0100 |
|---|---|---|
| committer | Aymeric Vincent <aymeric.vincent@cea.fr> | 2017-01-05 16:45:17 +0100 |
| commit | 28d0696beaad18624255d631ff997dd4ac69f182 (patch) | |
| tree | 8215c4c2b4150e74583bc9bc7f8f234d51f8c68b /example/jitter/mips32.py | |
| parent | bd075bf362ad18bffacabaae19e31f01a5922164 (diff) | |
| download | miasm-28d0696beaad18624255d631ff997dd4ac69f182.tar.gz miasm-28d0696beaad18624255d631ff997dd4ac69f182.zip | |
use python2 as executable name, give adequate permissions
Diffstat (limited to 'example/jitter/mips32.py')
| -rwxr-xr-x[-rw-r--r--] | example/jitter/mips32.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/mips32.py b/example/jitter/mips32.py index a03cac8e..7c8900f8 100644..100755 --- a/example/jitter/mips32.py +++ b/example/jitter/mips32.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- from argparse import ArgumentParser from miasm2.analysis import debugging |