Skip to content

Commit

Permalink
checksec.py: import ELF instead of * (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
disconnect3d committed Feb 8, 2024
1 parent b2cba03 commit 3fbd21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/commandline/checksec.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import argparse
import sys

from pwn import *
from pwnlib.elf import ELF
from pwnlib.commandline import common

parser = common.parser_commands.add_parser(
Expand Down

0 comments on commit 3fbd21a

Please sign in to comment.