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 *