push
github
0 of 1 new or added line in 1 file covered. (0.0%)
13713 existing lines in 142 files now uncovered.0 of 16559 relevant lines covered (0.0%)
0.0 hits per line
|
UNCOV
1
|
from __future__ import absolute_import |
× |
| 2 |
|
|
|
UNCOV
3
|
try:
|
× |
| 4 |
# These files are not distributed with Pwntools, but
|
|
| 5 |
# are in the source tree and used for testing.
|
|
|
UNCOV
6
|
from pwnlib.data import elf |
× |
| 7 |
except ImportError: |
× |
| 8 |
pass
|
× |
| 9 |
|
|
|
UNCOV
10
|
import os |
× |
|
UNCOV
11
|
path = os.path.dirname(__file__) |
× |
| 12 |
|