Skip to content

Pyrrha Mappers

Pyrrha provides the following mappers:

  • fs: a filesystem mapper. It maps ELF/PE files, their imports and their exports. Also map symlinks which target ELF files.
  • fs-cg: a filesystem call graph mapper. It maps the whole firmware by interconnecting call graphs of all executables (requires disassembly).
  • decomp: Map an executable call graph along with its decompiled code. The mapper will use Sourcetrail source code indexing features to cross-reference calls within the source code.