Skip to content

Commit

Permalink
Merge branch 'beta' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Oct 24, 2024
2 parents bb7a85c + 04e90bc commit 61804b1
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 61804b1

Please sign in to comment.