79311691

Date: 2024-12-27 11:37:25
Score: 1.5
Natty:
Report link

Not surprisingly, I found the answer just a day after posting. Adding it here just for reference to others.

I found a Python repo on GitHub (link: Trace-Tools) which converts the base85 encoded data. It uses a custom character map from Siemens, which is why none of the standard converters worked.

For C#, I also had some issues with big-endian conversion but that is not be a difficult problem to solve.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: VedVals