Many customers ask us about exporting a trace from Inspector (TRS format) to something else, such that they can use it in another program. Although this is possible (several export modules are available in Inspector), this is often not the best solution, as it requires duplicating information, as well as storing it in another (often less efficient) data container.

In most cases it is simpler to import the TRS-formatted trace into another program, as the TRS format is public and fairly straightforward. A reference implementation for Python is available on github: https://github.com/Riscure/python-trsfile