Skip to content

Archive Scanner

Traverses archive files to find source and binary files containing symbol values.

Built on Apache Compress for format compatibility.

Configuration

To configure the Archive scanner module, Edit these settings.

Below is the default configuration from: archive/default.yaml.

Edit Online

Edit default.yaml Locally

# 🔟❎  'compile' archive symbol scanner config

# The archive'scanner iterates through the contents of file archives
# to seek source/binary files whose contents to scan into
# the output symbol files.

# Set the 10x pipeline to 'compile'
tenx: compile

archiveExtensions:
  - .zip
  - .jar
  - .war
  - .ear

  - .7s
  - .gz
  - .br
  - .lz4
  - .lzma

  - .tar
  - .tar.br
  - .tar.gz
  - .tar.bz2
  - .tar.lz4
  - .tar.lzma

Options

Specify the options below to configure the Archive scanner:

Name Description
archiveExtensions Supported archive extensions

archiveExtensions

Supported archive extensions.

Type Default
List [.zip, .jar, .war, .ear, .7s, .gz, .br, .lz4, .lzma, .tar, .tar.br, .tar.gz, .tar.bz2, .tar.lz4, .tar.lzma]

Defines the file extensions of archive zip files to scan for source/binary input files.


This module is defined in archive/module.yaml.