From 805d22710d79582a10410be463591b2c1930d417 Mon Sep 17 00:00:00 2001 From: JonathanSalwan Date: Thu, 15 May 2014 17:13:15 +0100 Subject: [PATCH] Fix import sys --- ropgadget/binary.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ropgadget/binary.py b/ropgadget/binary.py index c6f6d5e..3cc5d55 100644 --- a/ropgadget/binary.py +++ b/ropgadget/binary.py @@ -11,6 +11,8 @@ ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. +import sys + from loaders.elf import * from loaders.pe import * from loaders.raw import *