SkillAgentSearch skills...

Rbxfflagdumper

.NET suite for statically dumping Roblox engine FastFlags

Install / Use

/learn @pizzaboxer/Rbxfflagdumper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated3d ago
Forks3

Languages

C#

Security Score

90/100

Audited on Mar 26, 2026

No findings