.NET suite for statically dumping Roblox engine FastFlags, used in Roblox Client Tracker
Simple programmatic dumping of either C++ or Lua defined flags
List<String> flags = StudioFFlagDumper.DumpAllFlags("versions\\version-xxxxxxxxxxxxxxxx\\");
File.WriteAllText("fflags.txt", String.Join('\n', flags));
Flags prefixed with [Com]
indicate those common between both C++ and Lua
Basic command line tool for dumping from a directory containing Roblox Studio
Usage: RbxFFlagDumper.Cli.exe [cpp|lua|all] [path to studio folder]
Licensed under the MIT license. Feel free to use however.
Uses PeNet.