Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-01

Project overview: fonttools

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
2.0%
94 / 4718
Cyclomatic complexity statically reachable by fuzzers
2.0%
368 / 16803
Runtime code coverage of functions
3.0%
133 / 4718

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzz_ttfont_save

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 224 63.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 130 36.7%
All colors 354 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
73 236 fontTools.ttLib.sfnt.WOFFFlavorData.__init__ call site: 00236 fontTools.ttLib.ttFont.TTFont.saveXML
36 317 fontTools.ttLib.ttFont.tagToIdentifier call site: 00317 fontTools.ttLib.ttFont.TTFont._tableToXML
33 80 fontTools.misc.sstruct.unpack call site: 00080 fontTools.misc.macRes.ResourceReader._readFile
24 23 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00023 fontTools.ttLib.macUtils.getSFNTResIndices
18 114 fontTools.ttLib.macUtils.getSFNTResIndices call site: 00114 fontTools.ttLib.macUtils.SFNTResourceReader.__init__
10 12 fontTools.misc.configTools.AbstractConfig.__init__ call site: 00012 fontTools.misc.configTools.AbstractConfig.set
8 163 fontTools.ttLib.sfnt.readTTCHeader call site: 00163 fontTools.misc.sstruct.unpack
6 133 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00133 .hasattr
5 66 fontTools.misc.sstruct.getformat call site: 00066 m.group
4 49 fontTools.misc.textTools.tobytes call site: 00049 collections.abc.MutableMapping.encode
3 313 fontTools.ttLib.ttFont._escapechar call site: 00313 fontTools.misc.textTools.byteord
2 4 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00004 fontTools.misc.loggingTools.deprecateArgument

Runtime coverage analysis

Covered functions
169
Functions that are reachable but not covered
127
Reachable functions
149
Percentage of reachable functions covered
14.77%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_ttfont_save 4
fontTools.ttLib.ttFont 57
fontTools.misc.loggingTools 1
fontTools.misc.configTools 10
fontTools.ttLib.macUtils 7
fontTools.misc.macRes 35
fontTools.misc.sstruct 19
fontTools.misc.textTools 9
fontTools.ttLib.sfnt 24
fontTools.ttLib.woff2 14
fontTools.misc.xmlWriter 24

Fuzzer: fuzz_compile

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 321 67.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 154 32.4%
All colors 475 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
118 356 fontTools.ttLib.ttFont.getTableClass call site: 00356 fontTools.ttLib.ttFont.reorderFontTables
63 275 fontTools.ttLib.sfnt.WOFFFlavorData.__init__ call site: 00275 fontTools.ttLib.ttFont.TTFont.save
33 97 fontTools.misc.sstruct.unpack call site: 00097 fontTools.misc.macRes.ResourceReader._readFile
29 35 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00035 fontTools.ttLib.macUtils.getSFNTResIndices
19 131 fontTools.ttLib.macUtils.getSFNTResIndices call site: 00131 fontTools.ttLib.macUtils.SFNTResourceReader.__init__
12 3 ...fuzz_compile.TestOneInput call site: 00003 fontTools.ttLib.ttFont.TTFont.__init__
11 191 fontTools.ttLib.sfnt.readTTCHeader call site: 00191 fontTools.misc.sstruct.unpack
10 24 fontTools.misc.configTools.AbstractConfig.__init__ call site: 00024 fontTools.misc.configTools.AbstractConfig.set
8 151 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00151 .hasattr
5 83 fontTools.misc.sstruct.getformat call site: 00083 m.group
4 66 fontTools.misc.textTools.tobytes call site: 00066 collections.abc.Sequence.data.encode
3 347 fontTools.ttLib.ttFont._escapechar call site: 00347 fontTools.misc.textTools.byteord

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
168
Reachable functions
195
Percentage of reachable functions covered
13.85%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_compile 5
fontTools.ttx 11
fontTools.ttLib.ttFont 75
fontTools.misc.loggingTools 1
fontTools.misc.configTools 10
fontTools.ttLib.macUtils 7
fontTools.misc.macRes 40
fontTools.misc.sstruct 25
fontTools.misc.textTools 9
fontTools.ttLib.sfnt 41
fontTools.ttLib.woff2 22
fontTools.misc.xmlReader 12
fontTools.misc.timeTools 1
fontTools.misc.fixedTools 1
fontTools.misc.roundTools 2

Fuzzer: fuzz_ttfont

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 112 48.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 121 51.9%
All colors 233 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
33 80 fontTools.misc.sstruct.unpack call site: 00080 fontTools.misc.macRes.ResourceReader._readFile
24 23 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00023 fontTools.ttLib.macUtils.getSFNTResIndices
18 114 fontTools.ttLib.macUtils.getSFNTResIndices call site: 00114 fontTools.ttLib.macUtils.SFNTResourceReader.__init__
10 12 fontTools.misc.configTools.AbstractConfig.__init__ call site: 00012 fontTools.misc.configTools.AbstractConfig.set
8 163 fontTools.ttLib.sfnt.readTTCHeader call site: 00163 fontTools.misc.sstruct.unpack
6 133 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00133 .hasattr
5 66 fontTools.misc.sstruct.getformat call site: 00066 m.group
4 49 fontTools.misc.textTools.tobytes call site: 00049 os.linesep.encode
2 4 fontTools.ttLib.ttFont.TTFont.__init__ call site: 00004 fontTools.misc.loggingTools.deprecateArgument
1 77 fontTools.misc.sstruct.unpack call site: 00077 fontTools.misc.fixedTools.fixedToFloat
1 222 fontTools.ttLib.sfnt.WOFFFlavorData.__init__ call site: 00222 zlib.decompress

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
82
Reachable functions
101
Percentage of reachable functions covered
18.81%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_ttfont 3
fontTools.ttLib.ttFont 20
fontTools.misc.loggingTools 1
fontTools.misc.configTools 10
fontTools.ttLib.macUtils 7
fontTools.misc.macRes 35
fontTools.misc.sstruct 19
fontTools.misc.textTools 9
fontTools.ttLib.sfnt 22
fontTools.ttLib.woff2 14

Fuzzer: fuzz_woff2

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 13 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 65 83.3%
All colors 78 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 24 fontTools.misc.sstruct.getformat call site: 00024 m.group
4 7 fontTools.misc.textTools.tobytes call site: 00007 collections.abc.Sequence.data.encode
2 74 fontTools.ttLib.woff2.WOFF2FlavorData.__init__ call site: 00074 collections.OrderedDict.items
1 2 ...fuzz_woff2.TestOneInput call site: 00002 log.error
1 35 fontTools.misc.sstruct.unpack call site: 00035 fontTools.misc.fixedTools.fixedToFloat

Runtime coverage analysis

Covered functions
170
Functions that are reachable but not covered
37
Reachable functions
50
Percentage of reachable functions covered
26.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_woff2 2
fontTools.ttLib.woff2 25
fontTools.misc.sstruct 19
fontTools.misc.textTools 8

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/fuzz_ttfont_save.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.ttLib.sfnt.WOFFFlavorData.__init__', 'fontTools.ttLib.ttFont.tagToIdentifier', 'fontTools.misc.sstruct.unpack', 'fontTools.ttLib.ttFont.TTFont.__init__', 'fontTools.ttLib.macUtils.getSFNTResIndices', 'fontTools.misc.configTools.AbstractConfig.__init__', 'fontTools.ttLib.sfnt.readTTCHeader', 'fontTools.misc.sstruct.getformat', 'fontTools.misc.textTools.tobytes']

/src/fuzz_compile.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.ttLib.ttFont.getTableClass', 'fontTools.ttLib.sfnt.WOFFFlavorData.__init__', 'fontTools.misc.sstruct.unpack', 'fontTools.ttLib.ttFont.TTFont.__init__', 'fontTools.ttLib.macUtils.getSFNTResIndices', '...fuzz_compile.TestOneInput', 'fontTools.ttLib.sfnt.readTTCHeader', 'fontTools.misc.configTools.AbstractConfig.__init__', 'fontTools.misc.sstruct.getformat']

/src/fuzz_ttfont.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.misc.sstruct.unpack', 'fontTools.ttLib.ttFont.TTFont.__init__', 'fontTools.ttLib.macUtils.getSFNTResIndices', 'fontTools.misc.configTools.AbstractConfig.__init__', 'fontTools.ttLib.sfnt.readTTCHeader', 'fontTools.misc.sstruct.getformat', 'fontTools.misc.textTools.tobytes']

/src/fuzz_woff2.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['fontTools.misc.sstruct.getformat', 'fontTools.misc.textTools.tobytes', 'fontTools.ttLib.woff2.WOFF2FlavorData.__init__', '...fuzz_woff2.TestOneInput', 'fontTools.misc.sstruct.unpack']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
fontTools.ttLib.tables._g_l_y_f.table__g_l_y_f.compile 38 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.table__g_l_y_f.toXML 45 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.fromXML 42 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.decompileCoordinates 42 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.decompileCoordinatesRaw 32 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.compileDeltasGreedy 34 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.compileDeltasOptimal 43 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.compileDeltasForSpeed 41 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.getCoordinates 42 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.trim 77 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.Glyph.draw 67 0 0.0% []
fontTools.ttLib.tables._g_l_y_f.dropImpliedOnCurvePoints 59 2 3.389% ['fuzz_compile', 'fuzz_ttfont', 'fuzz_ttfont_save', 'fuzz_woff2']
fontTools.ttLib.tables._g_l_y_f.GlyphComponent.decompile 32 0 0.0% []
fontTools.ttLib.ttFont.TTFont._saveXML 41 0 0.0% ['fuzz_ttfont_save']
fontTools.misc.loggingTools.configLogger 38 0 0.0% []
fontTools.misc.loggingTools._resetExistingLoggers 35 5 14.28% ['fuzz_compile', 'fuzz_ttfont', 'fuzz_ttfont_save', 'fuzz_woff2']
fontTools.ttLib.sfnt.SFNTWriter.close 49 0 0.0% ['fuzz_compile']
fontTools.ttLib.ttGlyphSet._TTGlyphVARC._draw 45 0 0.0% []
fontTools.pens.pointPen.BasePointToSegmentPen.endPath 33 0 0.0% []
fontTools.pens.pointPen.PointToSegmentPen._flushContour 39 0 0.0% []
fontTools.pens.pointPen.GuessSmoothPointPen._flushContour 31 0 0.0% []
fontTools.ttLib.woff2.WOFF2GlyfTable.reconstruct 41 0 0.0% []
fontTools.ttLib.woff2.WOFF2GlyfTable._decodeTriplets.withSign 57 0 0.0% []
fontTools.ttLib.woff2.WOFF2GlyfTable._encodeTriplets 39 0 0.0% []
fontTools.ttLib.woff2.WOFF2HmtxTable.reconstruct 56 0 0.0% []
fontTools.ttLib.woff2.WOFF2HmtxTable.transform 43 2 4.651% ['fuzz_compile', 'fuzz_ttfont', 'fuzz_ttfont_save', 'fuzz_woff2']
fontTools.ttLib.woff2.main._HmtxTransformAction.__call__ 44 1 2.272% ['fuzz_compile', 'fuzz_ttfont', 'fuzz_ttfont_save', 'fuzz_woff2']
fontTools.ttLib.tables.ttProgram.Program.toXML 60 0 0.0% []
fontTools.ttLib.tables.ttProgram.Program._assemble 100 0 0.0% []
fontTools.ttLib.tables.ttProgram.Program._disassemble 48 0 0.0% []
fontTools.ttLib.tables._h_m_t_x.table__h_m_t_x.decompile 32 0 0.0% []
fontTools.ttLib.tables._h_m_t_x.table__h_m_t_x.compile 39 0 0.0% []
fontTools.misc.bezierTools.solveCubic 42 0 0.0% []
fontTools.misc.bezierTools.lineLineIntersections 34 0 0.0% []

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
fontTools.feaLib.builder [] []
fontTools.varLib.mutator [] []
fontTools.varLib.models [] []
fontTools.colorLib.builder [] []
fontTools.varLib.cff [] []
sys [] []
gzip [] []
lxml [] []
struct [] []
fontTools.ufoLib.kerning [] []
fontTools.otlLib.maxContextCalc [] []
fontTools.ttLib.tables._m_a_x_p [] []
fontTools.pens.cocoaPen [] []
pdb [] []
fontTools.cffLib.specializer [] []
typing [] []
fontTools.ttLib.tables.asciiTable [] []
fontTools.ttLib.tables.otTables [] []
fontTools.ttLib.tables._h_h_e_a [] []
fontTools.ttLib.tables.O_S_2f_2 [] []
fontTools.otlLib [] []
AxisLimits [] []
fontTools.agl [] []
cython [] []
fontTools.ttLib.tables.ttProgram [] []
time [] []
fontTools.voltLib [] []
collections [] []
fontTools.ttLib.tables.F__e_a_t [] []
fontTools.ttLib.tables.TupleVariation [] []
PIL [] []
fontTools.ufoLib.pointPen [] []
atheris [] []
fontTools.voltLib.ast [] []
fontTools.misc.symfont [] []
fontTools.merge.cmap [] []
fontTools.ttLib.tables._l_c_a_r [] []
fontTools.ttLib.tables._m_e_t_a [] []
fontTools.ttLib.tables.otTraverse [] []
fontTools.unicodedata [] []
munkres [] []
fontTools.pens.qtPen [] []
fontTools.ufoLib.errors [] []
fontTools.ttLib.tables.T_S_I_D_ [] []
fontTools.varLib.interpolatable [] []
multiprocessing [] []
fontTools.pens.pointPen [] []
glyphsLib [] []
fontTools.varLib.instancer [] []
abc [] []
fontTools.varLib.mvar [] []
fontTools.encodings [] []
fontTools.misc.testTools [] []
lz4 [] []
fontTools.feaLib.location [] []
fontTools.ufoLib.etree [] []
fontTools.cffLib.CFF2ToCFF [] []
fontTools.ttLib.tables.T_T_F_A_ [] []
ast [] []
fontTools.ttLib.tables._c_m_a_p [] []
fontTools.afmLib [] []
fontTools.colorLib.table_builder [] []
fontTools.ttLib.tables._l_o_c_a [] []
calendar [] []
fontTools.pens.boundsPen [] []
fontTools.cu2qu.cli [] []
fontTools.varLib.interpolatablePlot [] []
re [] []
pprint [] []
fontTools.ttLib.tables.G__l_o_c [] []
fontTools.ttLib.tables._k_e_r_n [] []
graphlib [] []
fontTools.ttLib.tables.T_S_I__3 [] []
fontTools.varLib.instancer.__main__ [] []
cairo [] []
fontTools.unicodedata.Blocks [] []
fontTools.pens.filterPen [] []
fontTools.ttLib.ttFont ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont'] []
fontTools.misc [] []
fontTools.pens.explicitClosingLinePen [] []
fontTools.ufoLib [] []
fontTools.ttLib.tables._a_n_k_r [] []
fontTools.misc.visitor [] []
fontTools.designspaceLib.split [] []
fontTools.pens.hashPointPen [] []
functools [] []
fontTools.pens.wxPen [] []
fontTools.feaLib.lookupDebugInfo [] []
fontTools.ttLib.tables._p_r_o_p [] []
fontTools.misc.roundTools ['fuzz_compile'] []
fontTools.pens.reportLabPen [] []
fontTools.ttx ['fuzz_compile'] []
fontTools.ttLib.tables.G_M_A_P_ [] []
Quartz [] []
fontTools.ttLib.tables._t_r_a_k [] []
fontTools.feaLib.lexer [] []
fontTools.voltLib.lexer [] []
fontTools.ttLib.tables.grUtils [] []
fontTools.ttLib.tables.T_S_I_V_ [] []
fontTools.ttLib.tables.L_T_S_H_ [] []
importlib [] []
fontTools.help [] []
fontTools.merge.layout [] []
fontTools.ufoLib.glifLib [] []
fontTools [] []
fontTools.ufoLib.filenames [] []
fontTools.varLib.iup [] []
fontTools.voltLib.voltToFea [] []
curves_to_quadratic [] []
logging [] []
fontTools.ttLib.tables._m_o_r_x [] []
fontTools.subset [] []
fontTools.ttLib.tables._c_v_a_r [] []
fontTools.ttLib.tables.otBase [] []
fontTools.pens.freetypePen [] []
argparse [] []
fontTools.pens.quartzPen [] []
fontTools.ttLib.tables.J_S_T_F_ [] []
contextlib [] []
fontTools.varLib.interpolatableTestStartingPoint [] []
fontTools.pens.reverseContourPen [] []
fontTools.colorLib.geometry [] []
fontTools.otlLib.builder [] []
fontTools.ttLib.tables.T_S_I_S_ [] []
wx [] []
ufoLib2 [] []
fontTools.varLib.interpolatableTestContourOrder [] []
fontTools.cu2qu.ufo [] []
fontTools.misc.psLib [] []
fontTools.ttLib.tables._v_m_t_x [] []
fontTools.cu2qu.__main__ [] []
fontTools.feaLib.__main__ [] []
dataclasses [] []
io [] []
fontTools.ttLib.tables.F_F_T_M_ [] []
itertools [] []
fontTools.ttLib.tables._b_s_l_n [] []
fontTools.encodings.StandardEncoding [] []
fontTools.ttLib.tables._m_o_r_t [] []
fontTools.ttLib.tables._s_b_i_x [] []
AppKit [] []
fontTools.pens.statisticsPen [] []
fontTools.voltLib.parser [] []
fontTools.pens.qu2cuPen [] []
fontTools.ttLib.tables.G_P_K_G_ [] []
fontTools.svgLib.path.parser [] []
fontTools.pens.svgPathPen [] []
fontTools.svgLib.path.shapes [] []
fontTools.misc.encodingTools [] []
fontTools.pens.cu2quPen [] []
fontTools.misc.xmlReader ['fuzz_compile'] []
codecs [] []
fontTools.ttLib.tables.S__i_l_l [] []
fontTools.varLib.avarPlanner [] []
hashlib [] []
sympy [] []
fontTools.misc.psOperators [] []
fontTools.ttLib.tables [] []
fontTools.ttLib.tables.DefaultTable [] []
fontTools.unicode [] []
pathlib [] []
fontTools.subset.cff [] []
defcon [] []
unittest [] []
xattr [] []
fontTools.designspaceLib.types [] []
fontTools.fontBuilder [] []
fontTools.misc.treeTools [] []
fontTools.ttLib.tables.G_D_E_F_ [] []
fontTools.misc.cliTools [] []
fontTools.pens.cairoPen [] []
fontTools.feaLib [] []
fontTools.ttLib.tables.S_I_N_G_ [] []
fontTools.pens.recordingPen [] []
decimal [] []
fontTools.cu2qu.cu2qu [] []
fontTools.varLib.multiVarStore [] []
traceback [] []
pkgutil [] []
fontTools.misc.transform [] []
fontTools.ttLib [] []
fontTools.ufoLib.validators [] []
encodings [] []
bisect [] []
fontTools.ufoLib.converters [] []
fontTools.misc.macCreatorType [] []
axisValuesFromAxisLimits [] []
freetype [] []
Res [] []
fontTools.pens.t2CharStringPen [] []
fontTools.pens.transformPen [] []
fontTools.merge.options [] []
fontTools.misc.vector [] []
scipy [] []
brotlicffi [] []
fontTools.ttLib.tables.E_B_L_C_ [] []
fontTools.ttLib.tables.D__e_b_g [] []
pathops [] []
fontTools.merge [] []
EasyDialogs [] []
fontTools.misc.py23 [] []
fontTools.varLib.instancer.solver [] []
fontTools.misc.configTools ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont'] []
fontTools.svgLib.path [] []
fontTools.ttLib.tables.G_S_U_B_ [] []
fontTools.varLib.interpolatableHelpers [] []
fontTools.varLib [] []
fontTools.ttLib.tables.S_T_A_T_ [] []
fontTools.ttLib.reorderGlyphs [] []
fontTools.ttLib.tables.T_S_I__2 [] []
reportlab [] []
fontTools.feaLib.variableScalar [] []
fontTools.unicodedata.ScriptExtensions [] []
fontTools.ttLib.tables._g_c_i_d [] []
xml [] []
fontTools.otlLib.optimize [] []
fontTools.ttLib.tables.T_S_I_B_ [] []
fontTools.qu2cu.__main__ [] []
fontTools.cu2qu.benchmark [] []
fontTools.merge.base [] []
fontTools.t1Lib [] []
fontTools.ttLib.tables._p_r_e_p [] []
fontTools.otlLib.error [] []
fontTools.ttLib.tables.sbixStrike [] []
zipfile [] []
fontTools.config [] []
fontTools.voltLib.__main__ [] []
heapq [] []
[] []
fontTools.unicodedata.OTTags [] []
fontTools.cu2qu.errors [] []
unicodedata [] []
array [] []
warnings [] []
fontTools.ttLib.tables.G_P_O_S_ [] []
fontTools.misc.dictTools [] []
fontTools.ttLib.tables._o_p_b_d [] []
fontTools.ttLib.tables.H_V_A_R_ [] []
fontTools.mtiLib.__main__ [] []
fontTools.varLib.interpolate_layout [] []
fontTools.varLib.merger [] []
fontTools.misc.macRes ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont'] []
fontTools.designspaceLib [] []
fontTools.varLib.stat [] []
fontTools.merge.util [] []
json [] []
math [] []
fontTools.ttLib.tables.V_O_R_G_ [] []
fontTools.ttLib.tables.T_S_I__5 [] []
fontTools.otlLib.optimize.__main__ [] []
fontTools.otlLib.optimize.gpos [] []
fontTools.ttLib.tables.C_B_D_T_ [] []
fontTools.ttLib.tables.T_S_I_P_ [] []
timeit [] []
fontTools.ttLib.tables.V_A_R_C_ [] []
fontTools.cffLib.CFFToCFF2 [] []
fontTools.ttLib.tables._f_e_a_t [] []
fontTools.encodings.MacRoman [] []
unicodedata2 [] []
fontTools.ttLib.tables._p_o_s_t [] []
fontTools.ttLib.tables.M_E_T_A_ [] []
fontTools.ufoLib.utils [] []
fontTools.cffLib.width [] []
fontTools.misc.cython [] []
fontTools.ttLib.tables.BitmapGlyphMetrics [] []
fontTools.varLib.__main__ [] []
fontTools.ttLib.tables.otConverters [] []
fontTools.ttLib.tables._n_a_m_e [] []
fontTools.misc.arrayTools [] []
fontTools.subset.__main__ [] []
fontTools.misc.eexec [] []
fontTools.designspaceLib.statNames [] []
fontTools.pens.areaPen [] []
fontTools.svgLib.path.arc [] []
binascii [] []
copy [] []
fontTools.ttLib.removeOverlaps [] []
base64 [] []
fontTools.ttLib.ttCollection [] []
datetime [] []
fontTools.ttLib.tables._l_t_a_g [] []
fontTools.ttLib.tables.T_S_I__1 [] []
fontTools.designspaceLib.__main__ [] []
fontTools.misc.xmlWriter ['fuzz_ttfont_save'] []
weakref [] []
fontTools.varLib.errors [] []
fontTools.subset.svg [] []
fontTools.ttLib.tables.sbixGlyph [] []
fontTools.misc.intTools [] []
fontTools.ttLib.tables.C_P_A_L_ [] []
fontTools.__main__ [] []
fontTools.ttLib.tables.G__l_a_t [] []
fontTools.ttLib.tables._c_i_d_g [] []
fontTools.colorLib.errors [] []
fontTools.misc.fixedTools ['fuzz_compile'] []
operator [] []
fontTools.merge.__main__ [] []
fontTools.ttLib.tables.otData [] []
fontTools.merge.tables [] []
fontTools.merge.unicode [] []
fontTools.varLib.instancer.names [] []
fontTools.pens.basePen [] []
fontTools.ttLib.tables.D_S_I_G_ [] []
fontTools.ttLib.ttVisitor [] []
fontTools.ttLib.tables._g_v_a_r [] []
Carbon [] []
runpy [] []
tempfile [] []
fontTools.svgLib [] []
fontTools.misc.classifyTools [] []
fontTools.feaLib.error [] []
fontTools.ttLib.tables.C_B_L_C_ [] []
fontTools.misc.timeTools ['fuzz_compile'] []
fontTools.qu2cu.benchmark [] []
fontTools.misc.lazyTools [] []
fontTools.tfmLib [] []
fontTools.ttLib.tables._v_h_e_a [] []
matplotlib [] []
shutil [] []
ctypes [] []
fontTools.pens [] []
fontTools.ttLib.tables._a_v_a_r [] []
fontTools.qu2cu [] []
...fuzz_compile ['fuzz_compile'] []
fontTools.ttLib.tables.G_V_A_R_ [] []
fontTools.ttLib.tables.M_V_A_R_ [] []
fontTools.feaLib.parser [] []
fontTools.unicodedata.Mirrored [] []
fontTools.ttLib.tables.S_V_G_ [] []
fontTools.cffLib [] []
fontTools.qu2cu.qu2cu [] []
fontTools.varLib.plot [] []
fontTools.ttLib.tables.T_S_I_J_ [] []
fontTools.misc.filenames [] []
uharfbuzz [] []
fontTools.feaLib.ast [] []
fontTools.ttLib.tables.C_F_F_ [] []
fontTools.misc.iterTools [] []
fontTools.ttLib.tables.V_D_M_X_ [] []
fontTools.voltLib.error [] []
fontTools.pens.teePen [] []
fontTools.ttLib.tables._g_l_y_f [] []
fontTools.ttLib.tables.E_B_D_T_ [] []
numpy [] []
fontTools.varLib.featureVars [] []
fontTools.cu2qu [] []
fontTools.colorLib.unbuilder [] []
fontTools.subset.util [] []
...fuzz_ttfont ['fuzz_ttfont'] []
fontTools.varLib.instancer.featureVars [] []
fontTools.misc.etree [] []
posixpath [] []
textwrap [] []
fontTools.qu2cu.cli [] []
fontTools.ttLib.scaleUpem [] []
...fuzz_ttfont_save ['fuzz_ttfont_save'] []
zlib [] []
fontTools.ttLib.tables._h_d_m_x [] []
...fuzz_woff2 ['fuzz_woff2'] []
fontTools.misc.loggingTools ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont'] []
fontTools.colorLib [] []
fontTools.ttLib.tables.M_A_T_H_ [] []
fontTools.misc.bezierTools [] []
fontTools.ttLib.ttGlyphSet [] []
zopfli [] []
fontTools.ttLib.standardGlyphOrder [] []
enum [] []
fontTools.ttLib.woff2 ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont', 'fuzz_woff2'] []
fontTools.ttLib.tables.S__i_l_f [] []
PyQt5 [] []
fontTools.ttLib.tables.V_V_A_R_ [] []
fontTools.varLib.hvar [] []
os [] []
fontTools.ttLib.tables._h_m_t_x [] []
fontTools.misc.plistlib [] []
fontTools.ttLib.tables._f_v_a_r [] []
fontTools.mtiLib [] []
fontTools.varLib.avar [] []
fontTools.varLib.builder [] []
fontTools.ttLib.tables.T_S_I_C_ [] []
fontTools.ufoLib.plistlib [] []
fontTools.pens.momentsPen [] []
fontTools.ttLib.macUtils ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont'] []
fontTools.ttLib.tables._c_v_t [] []
getopt [] []
types [] []
fontTools.ttLib.tables._g_a_s_p [] []
fontTools.pens.roundingPen [] []
fontTools.cffLib.transforms [] []
fontTools.encodings.codecs [] []
fontTools.ttLib.tables.C_F_F__2 [] []
fontTools.pens.perimeterPen [] []
fontTools.ttLib.tables._h_e_a_d [] []
fontTools.pens.pointInsidePen [] []
doctest [] []
fontTools.misc.sstruct ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont', 'fuzz_woff2'] []
fontTools.pens.ttGlyphPen [] []
fontTools.misc.textTools ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont', 'fuzz_woff2'] []
fontTools.ttLib.tables.T_S_I__0 [] []
fontTools.ttLib.tables.C_O_L_R_ [] []
fontTools.ttLib.__main__ [] []
random [] []
fontTools.ttLib.sfnt ['fuzz_ttfont_save', 'fuzz_compile', 'fuzz_ttfont'] []
fontTools.misc.psCharStrings [] []
fontTools.varLib.varStore [] []
fontTools.ttLib.tables._f_p_g_m [] []
fontTools.ttLib.tables.B_A_S_E_ [] []
fontTools.unicodedata.Scripts [] []
brotli [] []

Directories in report

Directory