We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7a85c + 04e90bc commit 61804b1Copy full SHA for 61804b1
pwnlib/commandline/checksec.py
@@ -4,7 +4,7 @@
4
import argparse
5
import sys
6
7
-from pwnlib.elf import ELF
+from pwn import *
8
from pwnlib.commandline import common
9
10
parser = common.parser_commands.add_parser(
0 commit comments