static void Main(string[] args) { string version = "@L"; if (args.Length > 0 && args[0].Length > 0) { version = args[0]; } Console.Write(YourFritz.Helpers.HexDump.Dump(TFFSNameTable.GetNameTable(version).ImageBytes)); }
// get the latest implemented name table public static TFFSNameTable GetLatest() { return(TFFSNameTable.GetNameTable("@N")); }