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

Fuzzer details

Fuzzer: JunrarFuzzer

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 435 20.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1656 79.1%
All colors 2091 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
243 944 [com.github.junrar.unpack.vm.RarVM].ExecuteCode(java.util.List,int) call site: 00944
16 103 [com.github.junrar.unpack.ComprDataIO].unpRead(byte[],int,int) call site: 00103
14 321 [org.slf4j.helpers.MessageFormatter].safeObjectAppend(java.lang.StringBuilder,java.lang.Object) call site: 00321
12 1883 [com.github.junrar.unpack.vm.RarVM].IsStandardFilter(byte[],int) call site: 01883
11 147 [com.github.junrar.Archive].readHeaders(long) call site: 00147
8 307 [org.slf4j.helpers.MessageFormatter].safeObjectAppend(java.lang.StringBuilder,java.lang.Object) call site: 00307
7 1198 [com.github.junrar.unpack.Unpack].UnpWriteBuf() call site: 01198
7 1224 [com.github.junrar.unpack.Unpack].UnpWriteBuf() call site: 01224
5 159 [com.github.junrar.Archive].readHeaders(long) call site: 00159
5 178 [com.github.junrar.rarfile.MarkHeader].isSignature() call site: 00178
5 257 [com.github.junrar.rarfile.BaseBlock].print() call site: 00257
5 895 [com.github.junrar.unpack.Unpack].UnpWriteBuf() call site: 00895

Runtime coverage analysis

Covered functions
492
Functions that are reachable but not covered
651
Reachable functions
1044
Percentage of reachable functions covered
37.64%
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
JunrarFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
com.github.junrar.Archive 19
com.github.junrar.io.SeekableReadOnlyInputStream 4
com.github.junrar.io.RandomAccessInputStream 6
com.github.junrar.io.SeekableReadOnlyFile 4
com.github.junrar.io.RawDataIo 6
com.github.junrar.Archive$1 2
com.github.junrar.rarfile.BaseBlock 12
com.github.junrar.rarfile.UnrarHeadertype 2
com.github.junrar.rarfile.MainHeader 4
com.github.junrar.volume.FileVolume 3
com.github.junrar.volume.InputStreamVolume 3
com.github.junrar.rarfile.FileHeader 13
com.github.junrar.unpack.ComprDataIO 8
com.github.junrar.crypt.Rijndael 1
com.github.junrar.rarfile.MarkHeader 4
com.github.junrar.rarfile.RARVersion 1
com.github.junrar.unpack.Unpack 22
com.github.junrar.unpack.vm.BitInput 7
com.github.junrar.unpack.Unpack20 8
com.github.junrar.crc.RarCRC 2
com.github.junrar.volume.InputStreamVolumeManager 1
com.github.junrar.volume.FileVolumeManager 1
com.github.junrar.volume.VolumeHelper 2
com.github.junrar.unpack.ppm.ModelPPM 35
com.github.junrar.unpack.ppm.SubAllocator 25
org.slf4j.event.EventRecodingLogger 9
org.slf4j.event.SubstituteLoggingEvent 9
org.slf4j.helpers.SubstituteLogger 8
org.slf4j.helpers.NOPLogger 6
org.slf4j.impl.SimpleLogger 14
org.slf4j.impl.OutputChoice 1
com.github.junrar.io.Raw 7
com.github.junrar.rarfile.EndArcHeader 1
com.github.junrar.rarfile.BlockHeader 3
com.github.junrar.rarfile.MacInfoHeader 1
com.github.junrar.rarfile.SubBlockHeader 2
org.slf4j.event.EventRecodingLogger:org.slf4j.helpers.NOPLogger 1
org.slf4j.helpers.MessageFormatter 18
com.github.junrar.unpack.ppm.FreqData 8
com.github.junrar.unpack.ppm.RangeCoder 8
org.slf4j.event.Level 1
org.slf4j.helpers.MarkerIgnoringBase 2
org.slf4j.helpers.NamedLoggerBase 1
com.github.junrar.unpack.ppm.RarNode 4
com.github.junrar.unpack.ppm.State 15
com.github.junrar.unpack.ppm.SEE2Context 8
com.github.junrar.unpack.ppm.RangeCoder$SubRange 8
com.github.junrar.rarfile.NewSubHeaderType 1
org.slf4j.helpers.BasicMarker 4
com.github.junrar.unpack.ppm.PPMContext 22
com.github.junrar.unpack.ppm.StateRef 10
org.slf4j.helpers.Util 1
org.slf4j.helpers.FormattingTuple 2
com.github.junrar.rarfile.SubBlockHeaderType 2
com.github.junrar.rarfile.EAHeader 1
com.github.junrar.rarfile.UnixOwnersHeader 1
com.github.junrar.unpack.Unpack15 14
com.github.junrar.unpack.decode.Decode 5
com.github.junrar.unpack.decode.AudioVariables 25
com.github.junrar.unpack.ppm.Pointer 2
com.github.junrar.unpack.ppm.RarMemBlock 12
com.github.junrar.unpack.UnpackFilter 11
com.github.junrar.unpack.vm.RarVM 19
com.github.junrar.unpack.vm.VMPreparedProgram 13
com.github.junrar.unpack.vm.VMPreparedCommand 6
com.github.junrar.unpack.vm.VMPreparedOperand 8
com.github.junrar.unpack.vm.VMFlags 1
com.github.junrar.unpack.vm.VMStandardFilters 3
com.github.junrar.unpack.ppm.State:com.github.junrar.unpack.ppm.StateRef 2
com.github.junrar.unpack.vm.VMStandardFilterSignature 3
com.github.junrar.unpack.vm.VMCommands 4

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
org.slf4j.helpers.BasicMarker ['JunrarFuzzer'] []
org.slf4j.event.SubstituteLoggingEvent ['JunrarFuzzer'] []
com.github.junrar.unpack.Unpack20 ['JunrarFuzzer'] []
org.slf4j.event.EventRecodingLogger ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.VMPreparedOperand ['JunrarFuzzer'] []
com.github.junrar.Archive$parseBoolean__2 [] []
com.github.junrar.unpack.decode.AudioVariables ['JunrarFuzzer'] []
org.slf4j.helpers.SubstituteLogger ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.VMPreparedCommand ['JunrarFuzzer'] []
com.github.junrar.rarfile.MacInfoHeader ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.FreqData ['JunrarFuzzer'] []
com.code_intelligence.jazzer.api.FuzzedDataProvider ['JunrarFuzzer'] []
org.slf4j.helpers.NOPLoggerFactory [] []
org.slf4j.impl.SimpleLoggerConfiguration$1 [] []
org.slf4j.impl.OutputChoice ['JunrarFuzzer'] []
com.github.junrar.Archive$EmptyInputStream [] []
com.github.junrar.rarfile.SignHeader [] []
org.slf4j.helpers.BasicMDCAdapter$1 [] []
org.slf4j.helpers.MarkerIgnoringBase ['JunrarFuzzer'] []
com.github.junrar.io.RandomAccessInputStream ['JunrarFuzzer'] []
com.github.junrar.volume.VolumeHelper ['JunrarFuzzer'] []
com.github.junrar.io.RawDataIo ['JunrarFuzzer'] []
com.github.junrar.rarfile.SubBlockHeaderType ['JunrarFuzzer'] []
com.github.junrar.unpack.ComprDataIO ['JunrarFuzzer'] []
com.github.junrar.rarfile.FileNameDecoder [] []
org.slf4j.spi.LocationAwareLogger [] []
com.github.junrar.rarfile.HostSystem [] []
org.slf4j.Logger [] []
com.github.junrar.unpack.vm.VMCommands ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.SubAllocator ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.RangeCoder ['JunrarFuzzer'] []
com.github.junrar.unpack.decode.Decode ['JunrarFuzzer'] []
com.github.junrar.unpack.Unpack ['JunrarFuzzer'] []
com.github.junrar.rarfile.CommentHeader [] []
org.slf4j.impl.StaticMDCBinder [] []
com.github.junrar.unpack.vm.VMStandardFilterSignature ['JunrarFuzzer'] []
com.github.junrar.unpack.UnpackFilter ['JunrarFuzzer'] []
com.github.junrar.volume.InputStreamVolumeManager ['JunrarFuzzer'] []
org.slf4j.event.Level ['JunrarFuzzer'] []
org.slf4j.impl.OutputChoice$OutputChoiceType [] []
org.slf4j.LoggerFactory [] []
org.slf4j.impl.SimpleLoggerFactory [] []
org.slf4j.helpers.NOPMDCAdapter [] []
com.github.junrar.unpack.ppm.RarMemBlock ['JunrarFuzzer'] []
org.slf4j.event.LoggingEvent [] []
com.github.junrar.rarfile.ProtectHeader [] []
com.github.junrar.unpack.ppm.RarNode ['JunrarFuzzer'] []
org.slf4j.helpers.SubstituteLoggerFactory [] []
org.slf4j.ILoggerFactory [] []
com.github.junrar.rarfile.BaseBlock ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.VMStandardFilters ['JunrarFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter [] []
com.github.junrar.unpack.ppm.State ['JunrarFuzzer'] []
com.github.junrar.rarfile.EndArcHeader ['JunrarFuzzer'] []
com.github.junrar.rarfile.NewSubHeaderType ['JunrarFuzzer'] []
org.slf4j.helpers.NamedLoggerBase ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.VMFlags ['JunrarFuzzer'] []
com.github.junrar.rarfile.UnrarHeadertype ['JunrarFuzzer'] []
com.github.junrar.volume.Volume [] []
com.github.junrar.unpack.vm.RarVM ['JunrarFuzzer'] []
org.slf4j.impl.SimpleLogger ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.ModelPPM ['JunrarFuzzer'] []
JunrarFuzzer ['JunrarFuzzer'] []
com.github.junrar.rarfile.MainHeader ['JunrarFuzzer'] []
com.github.junrar.UnrarCallback [] []
com.github.junrar.unpack.Unpack15 ['JunrarFuzzer'] []
org.slf4j.MDC$MDCCloseable [] []
com.github.junrar.unpack.ppm.BlockTypes [] []
com.github.junrar.rarfile.AVHeader [] []
com.github.junrar.Archive$parseInt__1 [] []
com.github.junrar.Archive$1 ['JunrarFuzzer'] []
com.github.junrar.rarfile.SubBlockHeader ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.VMOpType [] []
org.slf4j.helpers.NOPLogger ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.SEE2Context ['JunrarFuzzer'] []
com.github.junrar.rarfile.FileHeader ['JunrarFuzzer'] []
org.slf4j.Marker [] []
org.slf4j.helpers.MessageFormatter ['JunrarFuzzer'] []
org.slf4j.IMarkerFactory [] []
com.github.junrar.unpack.ppm.StateRef ['JunrarFuzzer'] []
org.slf4j.helpers.Util ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.PPMContext ['JunrarFuzzer'] []
org.slf4j.impl.StaticLoggerBinder [] []
org.slf4j.impl.SimpleLoggerConfiguration [] []
org.slf4j.helpers.FormattingTuple ['JunrarFuzzer'] []
com.github.junrar.crc.RarCRC ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.BitInput ['JunrarFuzzer'] []
com.github.junrar.io.SeekableReadOnlyFile ['JunrarFuzzer'] []
org.slf4j.MarkerFactory [] []
com.github.junrar.io.SeekableReadOnlyByteChannel [] []
com.github.junrar.Archive ['JunrarFuzzer'] []
com.github.junrar.volume.VolumeManager [] []
com.github.junrar.rarfile.EAHeader ['JunrarFuzzer'] []
com.github.junrar.Archive$ExtractorExecutorHolder [] []
com.github.junrar.volume.InputStreamVolume ['JunrarFuzzer'] []
com.github.junrar.io.SeekableReadOnlyInputStream ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.Pointer ['JunrarFuzzer'] []
com.github.junrar.unpack.vm.VMPreparedProgram ['JunrarFuzzer'] []
com.github.junrar.rarfile.UnixOwnersHeader ['JunrarFuzzer'] []
org.slf4j.spi.MDCAdapter [] []
com.github.junrar.rarfile.RARVersion ['JunrarFuzzer'] []
org.slf4j.spi.MarkerFactoryBinder [] []
org.slf4j.MDC [] []
com.github.junrar.rarfile.BlockHeader ['JunrarFuzzer'] []
com.github.junrar.unpack.ppm.RangeCoder$SubRange ['JunrarFuzzer'] []
com.github.junrar.rarfile.MarkHeader ['JunrarFuzzer'] []
com.github.junrar.volume.FileVolume ['JunrarFuzzer'] []
org.slf4j.helpers.BasicMarkerFactory [] []
com.github.junrar.volume.FileVolumeManager ['JunrarFuzzer'] []
com.github.junrar.io.Raw ['JunrarFuzzer'] []
org.slf4j.helpers.Util$ClassContextSecurityManager [] []
org.slf4j.spi.LoggerFactoryBinder [] []
org.slf4j.impl.StaticMarkerBinder [] []
com.github.junrar.crypt.Rijndael ['JunrarFuzzer'] []

Directories in report

Directory