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