I am trying to figure out a way to reliably convert SilkTest scripts into C#.
The only idea I have come up with so far is disassembling a SilkTest binary then decompiling it. However, I can't find a way to get a SilkTest binary from a SilkTest .t
file.