Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

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_zxdoc

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 14 6.82%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.97%
lawngreen 50+ 189 92.1%
All colors 205 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
6 21 GString::GString(char const*, int) call site: 00021 __cxa_allocate_exception
2 93 gmallocn(int, int) call site: 00093
1 28 GString::resize(int) call site: 00028
1 66 ZxDoc::parseName() call site: 00066
1 91 GHash::GHash(int) call site: 00091
1 139 ZxDoc::parseAttr() call site: 00139
1 161 GString::append(GString*) call site: 00161
1 203 LLVMFuzzerTestOneInput call site: 00203

Runtime coverage analysis

Covered functions
69
Functions that are reachable but not covered
13
Reachable functions
114
Percentage of reachable functions covered
88.6%
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
/src/xpdf-4.06/build/fuzz_zxdoc.cc 1
/src/xpdf-4.06/xpdf/Zoox.cc 30
/src/xpdf-4.06/goo/GString.cc 10
/src/xpdf-4.06/goo/gmem.cc 4
/src/xpdf-4.06/goo/gmem.h 2
/src/xpdf-4.06/goo/GHash.cc 4
/src/xpdf-4.06/xpdf/Zoox.h 2
/src/xpdf-4.06/goo/GString.h 2

Fuzzer: fuzz_JBIG2

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 1026 25.3%
gold [1:9] 52 1.28%
yellow [10:29] 117 2.88%
greenyellow [30:49] 68 1.67%
lawngreen 50+ 2788 68.8%
All colors 4051 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
188 440 GString::appendf(char const*, ...) call site: 00440 fflush
172 630 GlobalParams::parseYesNo2(char*, int*) call site: 00630 atof
115 804 GList::~GList() call site: 00804 __cxa_begin_catch
63 987 KeyBinding::~KeyBinding() call site: 00987 fclose
61 921 GHash::add(GString*, int) call site: 00921 strncmp
36 2220 Catalog::Catalog(PDFDoc*) call site: 02220 strrchr
32 2620 XFAScanner::getFieldBarcodeInfo(ZxElement*) call site: 02620 strchr
26 398 GString::appendfv(char const*, __va_list_tag*) call site: 00398 strlen
22 3631 LinkAction::parseAction(Object*, GString*) call site: 03631
19 2584 XFAScanner::getFieldLayoutInfo(ZxElement*) call site: 02584
19 3547 LinkAction::parseAction(Object*, GString*) call site: 03547
16 3654 LinkAction::parseAction(Object*, GString*) call site: 03654

Runtime coverage analysis

Covered functions
811
Functions that are reachable but not covered
210
Reachable functions
1107
Percentage of reachable functions covered
81.03%
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
/src/xpdf-4.06/build/fuzz_JBIG2.cc 1
/src/xpdf-4.06/build/../xpdf/Object.h 4
/src/xpdf-4.06/xpdf/Stream.cc 23
/src/xpdf-4.06/xpdf/GlobalParams.cc 58
/src/xpdf-4.06/xpdf/BuiltinFontTables.cc 2
/src/xpdf-4.06/xpdf/BuiltinFont.cc 3
/src/xpdf-4.06/goo/gmem.cc 7
/src/xpdf-4.06/goo/gmem.h 2
/src/xpdf-4.06/xpdf/NameToCharCode.cc 4
/src/xpdf-4.06/goo/gfile.cc 8
/src/xpdf-4.06/goo/GString.cc 26
/src/xpdf-4.06/goo/GString.h 4
/src/xpdf-4.06/goo/GHash.cc 16
/src/xpdf-4.06/goo/GList.cc 7
/src/xpdf-4.06/xpdf/UnicodeRemapping.cc 6
/src/xpdf-4.06/xpdf/CharCodeToUnicode.cc 4
/src/xpdf-4.06/xpdf/UnicodeMap.cc 6
/src/xpdf-4.06/xpdf/CMap.cc 5
/src/xpdf-4.06/xpdf/UnicodeMap.h 1
/src/xpdf-4.06/xpdf/Error.cc 1
/src/xpdf-4.06/goo/GList.h 2
/src/xpdf-4.06/xpdf/PDFDoc.cc 7
/src/xpdf-4.06/xpdf/XRef.cc 33
/src/xpdf-4.06/xpdf/XRef.h 5
/src/xpdf-4.06/xpdf/Lexer.cc 8
/src/xpdf-4.06/xpdf/Object.cc 8
/src/xpdf-4.06/xpdf/Array.cc 5
/src/xpdf-4.06/xpdf/Array.h 3
/src/xpdf-4.06/goo/GMutex.h 2
/src/xpdf-4.06/xpdf/Dict.h 4
/src/xpdf-4.06/xpdf/Object.h 47
/src/xpdf-4.06/xpdf/Parser.cc 5
/src/xpdf-4.06/xpdf/Dict.cc 11
/src/xpdf-4.06/xpdf/Lexer.h 4
/src/xpdf-4.06/xpdf/Parser.h 1
/src/xpdf-4.06/xpdf/Decrypt.cc 11
/src/xpdf-4.06/xpdf/Stream.h 1
/src/xpdf-4.06/xpdf/JBIG2Stream.cc 5
/src/xpdf-4.06/xpdf/JArithmeticDecoder.cc 3
/src/xpdf-4.06/xpdf/JPXStream.cc 1
/src/xpdf-4.06/xpdf/SecurityHandler.cc 5
/src/xpdf-4.06/build/../xpdf/PDFDoc.h 2
/src/xpdf-4.06/xpdf/Catalog.cc 21
/src/xpdf-4.06/build/../xpdf/XRef.h 1
/src/xpdf-4.06/xpdf/PDFDoc.h 3
/src/xpdf-4.06/xpdf/AcroForm.cc 9
/src/xpdf-4.06/xpdf/XFAScanner.cc 22
/src/xpdf-4.06/xpdf/Zoox.cc 31
/src/xpdf-4.06/xpdf/Zoox.h 5
/src/xpdf-4.06/xpdf/Catalog.h 5
/src/xpdf-4.06/xpdf/Page.cc 9
/src/xpdf-4.06/xpdf/Page.h 3
/src/xpdf-4.06/xpdf/TextString.cc 10
/src/xpdf-4.06/xpdf/UTF8.cc 4
/src/xpdf-4.06/xpdf/TextString.h 1
/src/xpdf-4.06/xpdf/XFAScanner.h 1
/src/xpdf-4.06/xpdf/Annot.cc 5
/src/xpdf-4.06/xpdf/Outline.cc 6
/src/xpdf-4.06/xpdf/Link.cc 14
/src/xpdf-4.06/xpdf/Link.h 3
/src/xpdf-4.06/xpdf/OptionalContent.cc 17
/src/xpdf-4.06/xpdf/OptionalContent.h 4

Fuzzer: fuzz_pdfload

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 2049 24.2%
gold [1:9] 306 3.61%
yellow [10:29] 234 2.76%
greenyellow [30:49] 205 2.42%
lawngreen 50+ 5668 66.9%
All colors 8462 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
206 7837 AcroFormField::drawNewAppearance(Gfx*, Dict*, double, double, double, double) call site: 07837
188 440 GString::appendf(char const*, ...) call site: 00440 fflush
172 630 GlobalParams::parseYesNo2(char*, int*) call site: 00630 atof
136 7691 AcroFormField::unicodeToLatin1(unsigned int*, int) call site: 07691 atof
115 804 GList::~GList() call site: 00804 __cxa_begin_catch
71 5036 Annot::generateAnnotAppearance(Object*) call site: 05036
63 987 KeyBinding::~KeyBinding() call site: 00987 fclose
58 921 GHash::add(GString*, int) call site: 00921 strncmp
37 4469 Gfx::go(int) call site: 04469 fprintf
36 2220 Catalog::Catalog(PDFDoc*) call site: 02220 strrchr
34 4896 Annot::drawLineArrow(AnnotLineEndType, double, double, double, double, double, int) call site: 04896 sin
32 2620 XFAScanner::getFieldBarcodeInfo(ZxElement*) call site: 02620 strchr

Runtime coverage analysis

Covered functions
2983
Functions that are reachable but not covered
327
Reachable functions
2116
Percentage of reachable functions covered
84.55%
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
/src/xpdf-4.06/build/fuzz_pdfload.cc 1
/src/xpdf-4.06/build/../xpdf/Object.h 7
/src/xpdf-4.06/xpdf/Stream.cc 23
/src/xpdf-4.06/xpdf/GlobalParams.cc 85
/src/xpdf-4.06/xpdf/BuiltinFontTables.cc 2
/src/xpdf-4.06/xpdf/BuiltinFont.cc 4
/src/xpdf-4.06/goo/gmem.cc 9
/src/xpdf-4.06/goo/gmem.h 2
/src/xpdf-4.06/xpdf/NameToCharCode.cc 5
/src/xpdf-4.06/goo/gfile.cc 8
/src/xpdf-4.06/goo/GString.cc 27
/src/xpdf-4.06/goo/GString.h 3
/src/xpdf-4.06/goo/GHash.cc 20
/src/xpdf-4.06/build/../goo/GString.h 1
/src/xpdf-4.06/goo/GList.cc 7
/src/xpdf-4.06/xpdf/UnicodeRemapping.cc 6
/src/xpdf-4.06/xpdf/CharCodeToUnicode.cc 27
/src/xpdf-4.06/xpdf/UnicodeMap.cc 6
/src/xpdf-4.06/xpdf/CMap.cc 20
/src/xpdf-4.06/xpdf/UnicodeMap.h 1
/src/xpdf-4.06/xpdf/Error.cc 1
/src/xpdf-4.06/goo/GList.h 2
/src/xpdf-4.06/xpdf/PDFDoc.cc 10
/src/xpdf-4.06/xpdf/XRef.cc 38
/src/xpdf-4.06/xpdf/XRef.h 6
/src/xpdf-4.06/xpdf/Lexer.cc 9
/src/xpdf-4.06/xpdf/Object.cc 9
/src/xpdf-4.06/xpdf/Array.cc 5
/src/xpdf-4.06/xpdf/Array.h 3
/src/xpdf-4.06/goo/GMutex.h 2
/src/xpdf-4.06/xpdf/Dict.h 4
/src/xpdf-4.06/xpdf/Object.h 55
/src/xpdf-4.06/xpdf/Parser.cc 5
/src/xpdf-4.06/xpdf/Dict.cc 12
/src/xpdf-4.06/xpdf/Lexer.h 4
/src/xpdf-4.06/xpdf/Parser.h 1
/src/xpdf-4.06/xpdf/Decrypt.cc 11
/src/xpdf-4.06/xpdf/Stream.h 1
/src/xpdf-4.06/xpdf/JBIG2Stream.cc 5
/src/xpdf-4.06/xpdf/JArithmeticDecoder.cc 3
/src/xpdf-4.06/xpdf/JPXStream.cc 1
/src/xpdf-4.06/xpdf/SecurityHandler.cc 5
/src/xpdf-4.06/build/../xpdf/PDFDoc.h 13
/src/xpdf-4.06/xpdf/Catalog.cc 22
/src/xpdf-4.06/xpdf/PDFDoc.h 3
/src/xpdf-4.06/xpdf/AcroForm.cc 53
/src/xpdf-4.06/xpdf/XFAScanner.cc 22
/src/xpdf-4.06/xpdf/Zoox.cc 31
/src/xpdf-4.06/xpdf/Zoox.h 5
/src/xpdf-4.06/xpdf/Catalog.h 6
/src/xpdf-4.06/build/../xpdf/Catalog.h 3
/src/xpdf-4.06/xpdf/Page.cc 13
/src/xpdf-4.06/xpdf/Page.h 8
/src/xpdf-4.06/build/../xpdf/Page.h 5
/src/xpdf-4.06/xpdf/TextString.cc 10
/src/xpdf-4.06/xpdf/UTF8.cc 4
/src/xpdf-4.06/xpdf/TextString.h 2
/src/xpdf-4.06/xpdf/XFAScanner.h 4
/src/xpdf-4.06/xpdf/Annot.cc 28
/src/xpdf-4.06/xpdf/Outline.cc 6
/src/xpdf-4.06/xpdf/Link.cc 17
/src/xpdf-4.06/xpdf/Link.h 4
/src/xpdf-4.06/xpdf/OptionalContent.cc 19
/src/xpdf-4.06/xpdf/OptionalContent.h 5
/src/xpdf-4.06/xpdf/SplashOutputDev.cc 4
/src/xpdf-4.06/xpdf/OutputDev.h 2
/src/xpdf-4.06/splash/SplashTypes.h 1
/src/xpdf-4.06/splash/SplashBitmap.cc 5
/src/xpdf-4.06/goo/Trace.h 4
/src/xpdf-4.06/splash/Splash.cc 9
/src/xpdf-4.06/splash/SplashState.cc 1
/src/xpdf-4.06/splash/SplashPattern.cc 3
/src/xpdf-4.06/splash/SplashScreen.cc 5
/src/xpdf-4.06/splash/SplashMath.h 3
/src/xpdf-4.06/splash/SplashClip.cc 1
/src/xpdf-4.06/splash/Splash.h 1
/src/xpdf-4.06/build/../xpdf/SplashOutputDev.h 2
/src/xpdf-4.06/splash/SplashFontEngine.cc 2
/src/xpdf-4.06/splash/SplashFTFontEngine.cc 3
/src/freetype/src/base/ftinit.c 4
/src/freetype/src/base/ftobjs.c 22
/src/freetype/src/base/ftutil.c 7
/src/freetype/src/base/ftgloadr.c 3
/src/freetype/src/base/ftstream.c 1
/src/freetype/builds/unix/ftsystem.c 2
/src/xpdf-4.06/xpdf/Gfx.cc 22
/src/xpdf-4.06/xpdf/GfxFont.cc 24
/src/xpdf-4.06/xpdf/GfxState.cc 45
/src/xpdf-4.06/xpdf/LocalParams.h 1
/src/xpdf-4.06/xpdf/GfxState.h 30
/src/xpdf-4.06/xpdf/Gfx.h 2
/src/xpdf-4.06/xpdf/Annot.h 6
/src/xpdf-4.06/xpdf/Function.cc 14
/src/xpdf-4.06/xpdf/Function.h 2
/src/xpdf-4.06/xpdf/GfxFont.h 9
/src/xpdf-4.06/fofi/FoFiIdentifier.cc 7
/src/xpdf-4.06/fofi/FoFiType1.cc 7
/src/xpdf-4.06/fofi/FoFiBase.cc 9
/src/xpdf-4.06/fofi/FoFiType1C.cc 20
/src/xpdf-4.06/xpdf/PSTokenizer.cc 5
/src/xpdf-4.06/fofi/FoFiTrueType.cc 11
/src/xpdf-4.06/fofi/FoFiTrueType.h 1
/src/xpdf-4.06/xpdf/CharCodeToUnicode.h 2
/src/xpdf-4.06/xpdf/PDF417Barcode.cc 14

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
SplashOutputDev::drawChar(GfxState*,double,double,double,double,double,double,unsignedint,int,unsignedint*,int,int,int,int) /src/xpdf-4.06/xpdf/SplashOutputDev.cc 15 ['N/A', 'N/A', 'double', 'double', 'double', 'double', 'double', 'double', 'int', 'int', 'N/A', 'int', 'int', 'int', 'int'] 20 0 520 93 34 1010 0 3997 2383
JBIG2Stream::getBlock(char*,int) /src/xpdf-4.06/xpdf/JBIG2Stream.cc 3 ['N/A', 'N/A', 'int'] 11 0 110 16 6 276 0 1154 935
cf2_interpT2CharString /src/freetype/src/psaux/psintrp.c 8 ['N/A', 'N/A', 'N/A', 'N/A', 'char', 'int', 'int', 'N/A'] 12 0 4933 859 209 99 3 927 902
Gfx::opXObject(Object*,int) /src/xpdf-4.06/xpdf/Gfx.cc 3 ['N/A', 'N/A', 'int'] 18 0 477 102 80 910 0 2973 825
af_latin_hints_apply /src/freetype/src/autofit/aflatin.c 4 ['int', 'N/A', 'N/A', 'N/A'] 6 0 736 102 37 55 0 840 804
JPXStream::lookChar() /src/xpdf-4.06/xpdf/JPXStream.cc 1 ['N/A'] 12 0 98 18 7 130 0 991 783
PCF_Face_Init /src/freetype/src/pcf/pcfdrivr.c 5 ['N/A', 'N/A', 'int', 'int', 'N/A'] 7 0 403 79 26 73 0 846 768

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
36.0%
1712 / 4805
Cyclomatic complexity statically reachable by fuzzers
43.0%
15513 / 36417

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

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/xpdf-4.06/build/fuzz_zxdoc.cc

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=['GString::GString(char const*, int)', 'gmallocn(int, int)', 'GString::resize(int)', 'ZxDoc::parseName()', 'GHash::GHash(int)', 'ZxDoc::parseAttr()', 'GString::append(GString*)', 'LLVMFuzzerTestOneInput']

/src/xpdf-4.06/build/fuzz_JBIG2.cc

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=['GString::appendf(char const*, ...)', 'GlobalParams::parseYesNo2(char*, int*)', 'GList::~GList()', 'KeyBinding::~KeyBinding()', 'GHash::add(GString*, int)', 'Catalog::Catalog(PDFDoc*)', 'XFAScanner::getFieldBarcodeInfo(ZxElement*)', 'GString::appendfv(char const*, __va_list_tag*)', 'LinkAction::parseAction(Object*, GString*)', 'XFAScanner::getFieldLayoutInfo(ZxElement*)']

/src/xpdf-4.06/build/fuzz_pdfload.cc

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=['AcroFormField::drawNewAppearance(Gfx*, Dict*, double, double, double, double)', 'GString::appendf(char const*, ...)', 'GlobalParams::parseYesNo2(char*, int*)', 'AcroFormField::unicodeToLatin1(unsigned int*, int)', 'GList::~GList()', 'Annot::generateAnnotAppearance(Object*)', 'KeyBinding::~KeyBinding()', 'GHash::add(GString*, int)', 'Gfx::go(int)', 'Catalog::Catalog(PDFDoc*)']

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
GString::appendfv(charconst*,__va_list_tag*) 291 130 44.67% ['fuzz_JBIG2', 'fuzz_pdfload']
Decrypt::makeFileKey(int,int,int,GString*,GString*,GString*,GString*,int,GString*,GString*,GString*,unsignedchar*,int,int*) 130 49 37.69% ['fuzz_JBIG2', 'fuzz_pdfload']
error(ErrorCategory,long,charconst*,...) 36 9 25.0% ['fuzz_JBIG2', 'fuzz_pdfload']
JBIG2Stream::readHalftoneRegionSeg(unsignedint,int,int,unsignedint,unsignedint*,unsignedint) 159 62 38.99% ['fuzz_JBIG2', 'fuzz_pdfload']
XFAScanner::getFieldBarcodeInfo(ZxElement*) 55 6 10.90% ['fuzz_JBIG2', 'fuzz_pdfload']
FT_Stream_Open 90 36 40.0% ['fuzz_pdfload']
af_reverse_character_map_new 114 34 29.82% ['fuzz_pdfload']
af_cjk_metrics_init_widths 112 56 50.0% ['fuzz_pdfload']
af_cjk_metrics_init_blues 181 68 37.56% ['fuzz_pdfload']
af_cjk_metrics_scale_dim 63 24 38.09% ['fuzz_pdfload']
af_cjk_hints_compute_blue_edges 49 18 36.73% ['fuzz_pdfload']
af_cjk_compute_stem_width 82 37 45.12% ['fuzz_pdfload']
af_axis_hints_new_segment 43 16 37.20% ['fuzz_pdfload']
af_axis_hints_new_edge 56 29 51.78% ['fuzz_pdfload']
af_latin_hints_apply 169 82 48.52% ['fuzz_pdfload']
af_latin_compute_stem_width 120 36 30.0% ['fuzz_pdfload']
af_glyph_hints_apply_vertical_separation_adjustments 262 22 8.396% ['fuzz_pdfload']
FT_Set_Default_Properties 53 11 20.75% ['fuzz_pdfload']
FT_Stream_New 50 26 52.0% ['fuzz_pdfload']
FT_Request_Metrics 105 47 44.76% ['fuzz_pdfload']
FT_Request_Size 36 19 52.77% ['fuzz_pdfload']
FT_Render_Glyph_Internal 80 27 33.75% ['fuzz_pdfload']
open_face_PS_from_sfnt_stream 60 29 48.33% ['fuzz_pdfload']
ft_lookup_PS_in_sfnt_stream 47 12 25.53% ['fuzz_pdfload']
IsMacResource 41 10 24.39% ['fuzz_pdfload']
raccess_guess_apple_generic 46 15 32.60% ['fuzz_pdfload']
FT_Stream_EnterFrame 51 24 47.05% ['fuzz_pdfload']
BDF_Face_Init 288 19 6.597% ['fuzz_pdfload']
bdf_load_font 86 23 26.74% ['fuzz_pdfload']
bdf_parse_start_ 191 14 7.329% ['fuzz_pdfload']
bdf_free_font 41 7 17.07% ['fuzz_pdfload']
cff_slot_load 368 180 48.91% ['fuzz_pdfload']
cff_fd_select_get 45 12 26.66% ['fuzz_pdfload']
cff_vstore_load 90 12 13.33% ['fuzz_pdfload']
cff_parse_fixed_dynamic 32 17 53.12% ['fuzz_pdfload']
cid_face_open 135 17 12.59% ['fuzz_pdfload']
cid_face_init 119 31 26.05% ['fuzz_pdfload']
cid_parser_new 157 21 13.37% ['fuzz_pdfload']
FT_Stream_OpenGzip 63 11 17.46% ['fuzz_pdfload']
ft_gzip_check_header 46 12 26.08% ['fuzz_pdfload']
FT_Stream_OpenLZW 33 11 33.33% ['fuzz_pdfload']
PCF_Face_Init 97 39 40.20% ['fuzz_pdfload']
PCF_Face_Done 35 16 45.71% ['fuzz_pdfload']
pcf_load_font 175 14 8.0% ['fuzz_pdfload']
pcf_read_TOC 81 11 13.58% ['fuzz_pdfload']
pfr_face_init 145 21 14.48% ['fuzz_pdfload']
cf2_computeDarkening 75 6 8.0% ['fuzz_pdfload']
cf2_initLocalRegionBuffer 31 8 25.80% ['fuzz_pdfload']
cf2_glyphpath_computeOffset 101 7 6.930% ['fuzz_pdfload']
ps_parser_to_bytes 35 16 45.71% ['fuzz_pdfload']
ps_unicode_value 77 38 49.35% ['fuzz_pdfload']
tt_cmap2_validate 70 25 35.71% ['fuzz_pdfload']
tt_cmap4_char_map_binary 183 45 24.59% ['fuzz_pdfload']
tt_cmap4_next 69 31 44.92% ['fuzz_pdfload']
tt_cmap8_validate 63 21 33.33% ['fuzz_pdfload']
tt_cmap12_validate 37 18 48.64% ['fuzz_pdfload']
tt_cmap13_validate 35 18 51.42% ['fuzz_pdfload']
tt_face_load_colr 162 16 9.876% ['fuzz_pdfload']
tt_face_load_cpal 116 16 13.79% ['fuzz_pdfload']
tt_face_load_kern 84 12 14.28% ['fuzz_pdfload']
tt_face_load_gasp 39 10 25.64% ['fuzz_pdfload']
tt_face_get_metrics 88 41 46.59% ['fuzz_pdfload']
tt_face_get_ps_name 42 21 50.0% ['fuzz_pdfload']
tt_face_load_svg 45 16 35.55% ['fuzz_pdfload']
tt_get_advances 35 19 54.28% ['fuzz_pdfload']
TT_Load_Glyph 181 67 37.01% ['fuzz_pdfload']
tt_get_metrics_incremental 33 8 24.24% ['fuzz_pdfload']
tt_done_blend 54 6 11.11% ['fuzz_pdfload']
Ins_LOOPCALL 42 20 47.61% ['fuzz_pdfload']
Ins_IP 99 15 15.15% ['fuzz_pdfload']
Ins_MIAP 40 18 45.0% ['fuzz_pdfload']
Ins_MIRP 92 25 27.17% ['fuzz_pdfload']
tt_face_get_location 70 35 50.0% ['fuzz_pdfload']
T1_Done_Blend 34 6 17.64% ['fuzz_pdfload']
T42_Face_Init 170 25 14.70% ['fuzz_pdfload']
T42_Open_Face 85 24 28.23% ['fuzz_pdfload']
t42_parser_init 43 22 51.16% ['fuzz_pdfload']
FNT_Face_Init 139 29 20.86% ['fuzz_pdfload']
fnt_face_get_dll_font 256 22 8.593% ['fuzz_pdfload']
fnt_font_load 47 21 44.68% ['fuzz_pdfload']
FoFiType1::undoPFB() 32 9 28.12% ['fuzz_pdfload']
FoFiType1C::readFDSelect() 49 8 16.32% ['fuzz_pdfload']
Splash::pipeRun(SplashPipe*,int,int,int,unsignedchar*,unsignedchar*,unsignedchar*) 582 242 41.58% ['fuzz_pdfload']
Splash::copyParentRowColor(int) 34 11 32.35% ['fuzz_pdfload']
BasicImageScaler::BasicImageScaler(int(*)(void*,unsignedchar*,unsignedchar*),void*,int,int,int,int,int,int,int) 89 37 41.57% ['fuzz_pdfload']
Splash::clear(unsignedchar*,unsignedchar) 97 36 37.11% ['fuzz_pdfload']
Splash::fillGlyph2(int,int,SplashGlyphBitmap*) 95 50 52.63% ['fuzz_pdfload']
Splash::getScaledImage(GString*,int(*)(void*,unsignedchar*,unsignedchar*),void*,int,int,int,int,int,SplashColorMode,int,int,unsignedchar**,unsignedchar**,int*) 88 41 46.59% ['fuzz_pdfload']
Splash::composite(SplashBitmap*,SplashAlphaBitmap*,int,int,int,int,int,int,int,int) 383 54 14.09% ['fuzz_pdfload']
Annot::adjustLineEndpoint(AnnotLineEndType,double,double,double,double,double,double*,double*) 36 12 33.33% ['fuzz_pdfload']
Annot::drawLineArrow(AnnotLineEndType,double,double,double,double,double,int) 111 17 15.31% ['fuzz_pdfload']
PostScriptFunction::exec(double*,int) 370 127 34.32% ['fuzz_pdfload']
GfxFont::locateFont(XRef*,int) 206 70 33.98% ['fuzz_pdfload']
GfxFunctionShading::parse(Dict*) 92 29 31.52% ['fuzz_pdfload']
Page::makeBox(double,double,int,int,int,double,double,double,double,PDFRectangle*,int*) 57 13 22.80% ['fuzz_pdfload']
ShadingImage::computeShadingColor(GfxState*,SplashColorMode,int,GfxColor*,unsignedchar*) 40 17 42.5% ['fuzz_pdfload']
SplashOutputDev::doUpdateFont(GfxState*) 410 217 52.92% ['fuzz_pdfload']
clipColor(int,int,int,unsignedchar*,unsignedchar*,unsignedchar*) 31 17 54.83% ['fuzz_pdfload']

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
[] []
/src/xpdf-4.06/goo/Trace.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/Decrypt.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sfnt/ttcolr.c [] []
/src/freetype/src/cid/cidparse.c [] []
/src/xpdf-4.06/goo/GString.cc ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/autofit/aflatin.c [] []
/src/freetype/src/cff/cffgload.c [] []
/src/freetype/src/gzip/inflate.c [] []
/src/xpdf-4.06/build/../xpdf/XRef.h ['fuzz_JBIG2'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/pfr/pfrobjs.c [] []
/src/freetype/src/psaux/psfont.c [] []
/src/freetype/src/autofit/ft-hb-ft.c [] []
/src/freetype/src/pfr/pfrload.c [] []
/src/freetype/src/cid/cidobjs.c [] []
/src/freetype/src/psaux/psft.c [] []
/src/freetype/src/base/ftdebug.c [] []
/src/freetype/src/winfonts/winfnt.c [] []
/src/freetype/src/autofit/afgsub.c [] []
/src/xpdf-4.06/xpdf/AcroForm.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/lzw/ftlzw.c [] []
/src/xpdf-4.06/xpdf/Zoox.h ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/OptionalContent.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/smooth/ftgrays.c [] []
/src/xpdf-4.06/splash/SplashFontEngine.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/JBIG2Stream.h [] []
/src/xpdf-4.06/xpdf/TextString.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/psaux/pserror.c [] []
/src/xpdf-4.06/splash/SplashPath.cc [] []
/src/xpdf-4.06/xpdf/Gfx.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/truetype/ttpload.c [] []
/src/xpdf-4.06/xpdf/BuiltinFont.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/cff/cffcmap.c [] []
/src/freetype/src/type1/t1objs.c [] []
/src/freetype/src/base/ftstream.c ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/Stream.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/GfxState.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/fofi/FoFiType1C.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/pcf/pcfutil.c [] []
/src/freetype/src/psnames/pstables.h [] []
/src/freetype/src/sfnt/ttcmap.c [] []
/src/xpdf-4.06/xpdf/Gfx.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/GfxFont.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/XRef.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Catalog.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/psaux/t1cmap.c [] []
/src/freetype/src/sfnt/ttsvg.c [] []
/src/freetype/src/type1/t1gload.c [] []
/src/freetype/src/pshinter/pshmod.c [] []
/src/xpdf-4.06/splash/SplashFTFontFile.cc [] []
/src/freetype/src/psaux/psstack.c [] []
/src/freetype/src/base/fthash.c [] []
/src/xpdf-4.06/xpdf/Object.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashTypes.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/build/fuzz_zxdoc.cc ['fuzz_zxdoc'] ['fuzz_zxdoc']
/src/freetype/src/sfnt/sfdriver.c [] []
/src/freetype/src/cid/cidriver.c [] []
/src/xpdf-4.06/splash/SplashBitmap.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/JArithmeticDecoder.h [] []
/src/xpdf-4.06/xpdf/UnicodeMap.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Stream.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashFont.h [] []
/src/freetype/src/cff/cffload.c [] []
/src/freetype/src/psaux/afmparse.c [] []
/src/freetype/src/base/fterrors.c [] []
/src/freetype/src/psaux/cffdecode.c [] []
/src/xpdf-4.06/fofi/FoFiIdentifier.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/goo/GList.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/psaux/psblues.c [] []
/src/freetype/src/autofit/afindic.c [] []
/src/xpdf-4.06/fofi/FoFiBase.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/Outline.h [] []
/src/xpdf-4.06/xpdf/Annot.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/base/ftlcdfil.c [] []
/src/freetype/src/psaux/psconv.c [] []
/src/freetype/src/pfr/pfrgload.c [] []
/src/xpdf-4.06/xpdf/Annot.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/pshinter/pshalgo.c [] []
/src/freetype/src/cid/cidgload.c [] []
/src/freetype/builds/unix/ftsystem.c ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/include/freetype/internal/ftcalc.h [] []
/src/freetype/src/pshinter/pshrec.c [] []
/src/freetype/src/bdf/bdfdrivr.c [] []
/src/freetype/src/sfnt/ttkern.c [] []
/src/xpdf-4.06/splash/SplashMath.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/truetype/ttobjs.c [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/xpdf-4.06/splash/SplashPattern.h [] []
/src/freetype/src/sfnt/sfobjs.c [] []
/src/xpdf-4.06/goo/GMutex.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/smooth/ftsmooth.c [] []
/src/xpdf-4.06/xpdf/Function.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/type42/t42parse.c [] []
/src/freetype/src/gzip/inffast.c [] []
/src/freetype/src/psaux/pshints.c [] []
/src/xpdf-4.06/xpdf/Object.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/XFAScanner.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/OutputDev.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/LocalParams.h ['fuzz_pdfload'] []
/src/xpdf-4.06/splash/SplashState.h [] []
/src/xpdf-4.06/xpdf/Link.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/PDF417Barcode.cc ['fuzz_pdfload'] []
/src/freetype/src/psaux/psarrst.c [] []
/src/xpdf-4.06/goo/GString.h ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/fofi/FoFiType1.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/goo/GList.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Link.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/pfr/pfrsbit.c [] []
/src/xpdf-4.06/fofi/FoFiTrueType.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/base/ftcalc.c [] []
/src/freetype/src/type1/t1driver.c [] []
/src/xpdf-4.06/xpdf/XFAScanner.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/CMap.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/type42/t42objs.c [] []
/src/xpdf-4.06/xpdf/JPXStream.h [] []
/src/freetype/src/psnames/psmodule.c [] []
/src/xpdf-4.06/splash/Splash.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/splash/SplashClip.h [] []
/src/freetype/src/pcf/pcfread.c [] []
/src/xpdf-4.06/xpdf/CharCodeToUnicode.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/UnicodeMap.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/truetype/ttgload.c [] []
/src/xpdf-4.06/xpdf/Page.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashFontFileID.cc [] []
/src/xpdf-4.06/splash/SplashFontFile.cc [] []
/src/xpdf-4.06/xpdf/Catalog.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sfnt/ttbdf.c [] []
/src/xpdf-4.06/xpdf/JPXStream.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/autofit/afmodule.c [] []
/src/xpdf-4.06/xpdf/XRef.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/SecurityHandler.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/pcf/pcfdrivr.c [] []
/src/freetype/src/sfnt/ttmtx.c [] []
/src/freetype/src/sfnt/ttload.c [] []
/src/freetype/src/base/ftpsprop.c [] []
/src/xpdf-4.06/xpdf/Lexer.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sfnt/ttsbit.c [] []
/src/xpdf-4.06/xpdf/SplashOutputDev.h [] []
/src/freetype/src/autofit/ft-hb.c [] []
/src/freetype/src/base/ftutil.c ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/cid/cidload.c [] []
/src/freetype/src/truetype/ttdriver.c [] []
/src/xpdf-4.06/xpdf/TextString.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/goo/gmem.cc ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Error.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/GlobalParams.h [] []
/src/xpdf-4.06/build/../xpdf/SplashOutputDev.h ['fuzz_pdfload'] []
/src/freetype/src/base/fttrigon.c [] []
/src/freetype/src/gzip/crc32.c [] []
/src/freetype/src/base/ftadvanc.c [] []
/src/xpdf-4.06/xpdf/PDFDoc.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/base/ftgloadr.c ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/base/ftmm.c [] []
/src/freetype/src/base/ftobjs.c ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/truetype/ttgxvar.c [] []
/src/xpdf-4.06/splash/SplashFontFile.h [] []
/src/xpdf-4.06/xpdf/GlobalParams.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/autofit/afdummy.c [] []
/src/freetype/src/type42/t42drivr.c [] []
/src/freetype/src/autofit/afhints.c [] []
/src/freetype/src/cff/cffobjs.c [] []
/src/xpdf-4.06/goo/GHash.cc ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Zoox.cc ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/build/../xpdf/Catalog.h ['fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Dict.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/CharCodeToUnicode.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/base/ftbitmap.c [] []
/src/xpdf-4.06/splash/Splash.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/raster/ftrend1.c [] []
/src/xpdf-4.06/build/fuzz_JBIG2.cc ['fuzz_JBIG2'] ['fuzz_JBIG2']
/src/xpdf-4.06/xpdf/Array.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sfnt/ttcpal.c [] []
/src/freetype/src/psaux/psintrp.c [] []
/src/freetype/src/sfnt/sfwoff.c [] []
/src/freetype/src/raster/ftraster.c [] []
/src/xpdf-4.06/xpdf/PSTokenizer.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/pfr/pfrcmap.c [] []
/src/xpdf-4.06/xpdf/JBIG2Stream.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/Function.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/Parser.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashXPathScanner.cc [] []
/src/freetype/src/type1/t1load.c [] []
/src/freetype/src/autofit/afcjk.c [] []
/src/xpdf-4.06/xpdf/Array.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/JArithmeticDecoder.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/build/fuzz_pdfload.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/splash/SplashBitmap.h [] []
/src/xpdf-4.06/splash/SplashPattern.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/fofi/FoFiTrueType.h ['fuzz_pdfload'] []
/src/xpdf-4.06/splash/SplashScreen.h [] []
/src/xpdf-4.06/xpdf/OutputDev.cc [] []
/src/freetype/src/base/ftinit.c ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/truetype/ttinterp.c [] []
/src/freetype/src/base/ftglyph.c [] []
/src/freetype/src/base/ftfntfmt.c [] []
/src/xpdf-4.06/xpdf/Outline.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sdf/ftbsdf.c [] []
/src/freetype/src/pshinter/pshglob.c [] []
/src/xpdf-4.06/splash/SplashState.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/UTF8.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashClip.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/splash/SplashFTFontEngine.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/xpdf/SplashOutputDev.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/base/ftoutln.c [] []
/src/xpdf-4.06/build/../goo/GString.h ['fuzz_pdfload'] ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sdf/ftsdfcommon.c [] []
/src/freetype/src/sdf/ftsdf.c [] []
/src/xpdf-4.06/xpdf/Page.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/psaux/t1decode.c [] []
/src/freetype/src/autofit/afglobal.c [] []
/src/freetype/src/base/ftrfork.c [] []
/src/xpdf-4.06/goo/gfile.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/psaux/psobjs.c [] []
/src/freetype/src/type1/t1parse.c [] []
/src/xpdf-4.06/xpdf/ShadingImage.cc [] []
/src/xpdf-4.06/splash/SplashFTFont.cc [] []
/src/freetype/src/bdf/bdflib.c [] []
/src/xpdf-4.06/splash/SplashScreen.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/splash/SplashFont.cc [] []
/src/freetype/src/cff/cffdrivr.c [] []
/src/xpdf-4.06/goo/gmem.h ['fuzz_zxdoc', 'fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/autofit/afshaper.c [] []
/src/freetype/src/gzip/ftgzip.c [] []
/src/xpdf-4.06/build/../xpdf/Page.h ['fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashXPath.cc [] []
/src/xpdf-4.06/xpdf/PDFDoc.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/CMap.h [] []
/src/xpdf-4.06/xpdf/OptionalContent.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/splash/SplashXPath.h [] []
/src/xpdf-4.06/xpdf/Lexer.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/type1/t1afm.c [] []
/src/freetype/src/svg/ftsvg.c [] []
/src/freetype/src/pfr/pfrdrivr.c [] []
/src/xpdf-4.06/build/../xpdf/Object.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/autofit/afadjust.c [] []
/src/xpdf-4.06/xpdf/UnicodeRemapping.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/lzw/ftzopen.c [] []
/src/freetype/src/sdf/ftsdfrend.c [] []
/src/xpdf-4.06/xpdf/NameToCharCode.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/sfnt/ttpost.c [] []
/src/xpdf-4.06/xpdf/Dict.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/autofit/afloader.c [] []
/src/xpdf-4.06/xpdf/SecurityHandler.h [] []
/src/freetype/src/gzip/inftrees.c [] []
/src/xpdf-4.06/xpdf/Decrypt.h [] []
/src/freetype/src/gzip/adler32.c [] []
/src/freetype/src/base/ftcolor.c [] []
/src/freetype/src/psaux/psread.c [] []
/src/xpdf-4.06/build/../xpdf/PDFDoc.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/freetype/src/cff/cffparse.c [] []
/src/xpdf-4.06/xpdf/Parser.h ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/GfxState.cc ['fuzz_pdfload'] ['fuzz_pdfload']
/src/xpdf-4.06/splash/SplashPath.h [] []
/src/xpdf-4.06/xpdf/BuiltinFontTables.cc ['fuzz_JBIG2', 'fuzz_pdfload'] ['fuzz_JBIG2', 'fuzz_pdfload']
/src/xpdf-4.06/xpdf/GfxFont.h ['fuzz_pdfload'] ['fuzz_pdfload']
/src/freetype/src/base/ftsnames.c [] []

Directories in report

Directory
/src/xpdf-4.06/fofi/
/src/freetype/src/psaux/
/src/freetype/src/autofit/
/src/freetype/src/sfnt/
/src/freetype/src/bdf/
/src/xpdf-4.06/splash/
/src/freetype/src/raster/
/src/freetype/src/pfr/
/src/freetype/src/lzw/
/src/freetype/src/base/
/src/freetype/src/cid/
/src/freetype/src/gzip/
/src/freetype/src/type1/
/src/freetype/src/truetype/
/src/freetype/src/pcf/
/src/freetype/src/psnames/
/src/freetype/src/sdf/
/src/freetype/src/svg/
/src/freetype/include/freetype/internal/
/src/freetype/src/type42/
/src/xpdf-4.06/build/../goo/
/src/xpdf-4.06/goo/
/src/freetype/src/pshinter/
/src/freetype/src/winfonts/
/src/freetype/src/cff/
/usr/local/bin/../include/c++/v1/
/src/xpdf-4.06/xpdf/
/src/freetype/src/smooth/
/src/freetype/builds/unix/
/src/xpdf-4.06/build/../xpdf/
/src/xpdf-4.06/build/