• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Gallopsled / pwntools / 11306567235

12 Oct 2024 02:57PM CUT coverage: 74.25%. First build
11306567235

Pull #2486

github

web-flow
Merge b9c0426e6 into 78dd77773
Pull Request #2486: Test Python version >= 3.10 in CI and fix tests on Python 3.12

3679 of 6140 branches covered (59.92%)

20 of 34 new or added lines in 22 files covered. (58.82%)

12973 of 17472 relevant lines covered (74.25%)

0.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

92.86
/pwnlib/commandline/main.py
1
from __future__ import absolute_import
1✔
2

3
from pwnlib.commandline import asm
1✔
4
from pwnlib.commandline import checksec
1✔
5
from pwnlib.commandline import common
1✔
6
from pwnlib.commandline import constgrep
1✔
7
from pwnlib.commandline import cyclic
1✔
8
from pwnlib.commandline import debug
1✔
9
from pwnlib.commandline import disasm
1✔
10
from pwnlib.commandline import disablenx
1✔
11
from pwnlib.commandline import elfdiff
1✔
12
from pwnlib.commandline import elfpatch
1✔
13
from pwnlib.commandline import errno
1✔
14
from pwnlib.commandline import hex
1✔
15
from pwnlib.commandline import libcdb
1✔
16
from pwnlib.commandline import phd
1✔
17
from pwnlib.commandline import pwnstrip
1✔
18
from pwnlib.commandline import scramble
1✔
19
from pwnlib.commandline import shellcraft
1✔
20
from pwnlib.commandline import template
1✔
21
from pwnlib.commandline import unhex
1✔
22
from pwnlib.commandline import update
1✔
23
from pwnlib.commandline import version
1✔
24
from pwnlib.commandline.common import parser as parser
1✔
25

26
commands = {
1✔
27
    'asm': asm.main,
28
    'checksec': checksec.main,
29
    'constgrep': constgrep.main,
30
    'cyclic': cyclic.main,
31
    'debug': debug.main,
32
    'disasm': disasm.main,
33
    'disablenx': disablenx.main,
34
    'elfdiff': elfdiff.main,
35
    'elfpatch': elfpatch.main,
36
    'errno': errno.main,
37
    'hex': hex.main,
38
    'libcdb': libcdb.main,
39
    'phd': phd.main,
40
    'pwnstrip': pwnstrip.main,
41
    'scramble': scramble.main,
42
    'shellcraft': shellcraft.main,
43
    'template': template.main,
44
    'unhex': unhex.main,
45
    'update': update.main,
46
    'version': version.main,
47
}
48

49
def main():
1✔
NEW
50
    common.entrypoint(commands)
×
51

52
if __name__ == '__main__':
1!
53
    main()
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc