Skip to content

Commit 3fbd21a

Browse files
authored
checksec.py: import ELF instead of * (#2346)
1 parent b2cba03 commit 3fbd21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnlib/commandline/checksec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import argparse
55
import sys
66

7-
from pwn import *
7+
from pwnlib.elf import ELF
88
from pwnlib.commandline import common
99

1010
parser = common.parser_commands.add_parser(

0 commit comments

Comments
 (0)