1. Home
  2. Docs
  3. Master profile
  4. Translators

Translators

Translators transform the recording data prior to its parsing and analysis.

Translators are chained : for example, the compression will be called first and its output will be processed by the obfuscation translator and made available for the Jeyzer Analyzer.

By default, translated files are generated in a recording sub-directory, and automatically deleted at analysis completion (configurable).

3 different translators are available :

  • Compression translator : unzip or gunzip the recording.
  • Security translator : decrypts the recording.
  • Obfuscation translator : de-obfuscates the recording.

Configuration

Each translator has its own XML configuration file, referenced from the analysis profile.

Default translator are provided in the analyzer/config/translators directory of your Jeyzer installation.

Articles