Skip to content

Commit 04e90bc

Browse files
committed
Merge branch 'stable' into beta
2 parents cef48f4 + 8926a3a commit 04e90bc

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 pwnlib.elf import ELF
7+
from pwn import *
88
from pwnlib.commandline import common
99

1010
parser = common.parser_commands.add_parser(

0 commit comments

Comments
 (0)