Skip to content

pizzaboxer/rbxfflagdumper

Repository files navigation

rbxfflagdumper

.NET suite for statically dumping Roblox engine FastFlags, used in Roblox Client Tracker

RbxFFlagDumper.Lib

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

RbxFFlagDumper.Cli

Basic command line tool for dumping from a directory containing Roblox Studio

Usage: RbxFFlagDumper.Cli.exe [cpp|lua|all] [path to studio folder]

License

Licensed under the MIT license. Feel free to use however.

Uses PeNet.

About

.NET suite for statically dumping Roblox engine FastFlags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages