We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545d8f7 commit f5a119fCopy full SHA for f5a119f
pwnlib/commandline/checksec.py
@@ -38,4 +38,4 @@ def main(args):
38
e = ELF(f.name)
39
40
if __name__ == '__main__':
41
- pwnlib.commandline.common.main(__file__)
+ common.main(__file__)
0 commit comments