Skip to content

Commit

Permalink
Merge branch 'stable' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Oct 24, 2024
2 parents cef48f4 + 8926a3a commit 04e90bc
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 pwnlib.elf import ELF
from pwn import *
from pwnlib.commandline import common

parser = common.parser_commands.add_parser(
Expand Down

0 comments on commit 04e90bc

Please sign in to comment.