How does Korg (Minilogue XD) pack its sysex dumps?

I’m trying to get the names of the programs and I’m close, need to know how to get these out. I understand it’s about how Korg packages their sysex dumps. The names are 12 characters long (but uses more bytes then that) and start at offset 12 in the sysex dump. The name in the example below is Replicant xd

Have a look at the knobkraft adaptation for it KnobKraft-orm/adaptations/KorgMinilogue_XD.py at master · christofmuc/KnobKraft-orm · GitHub

Thank you so much for your help.