Skip to content

.NET suite for statically analysing and dumping Roblox engine FastFlags

License

Notifications You must be signed in to change notification settings

pizzaboxer/rbxfflagdumper

Repository files navigation

rbxfflagdumper

.NET suite for statically analysing and dumping Roblox engine FastFlags

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));

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]

Libraries

Uses PeNet for aid in static analysis

About

.NET suite for statically analysing and dumping Roblox engine FastFlags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages