kwsch / FlatCrawler

Data crawling utility tool & library to reverse engineer FlatBuffer binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlatCrawler

License

Data crawling utility tool & library to reverse engineer FlatBuffer binaries with undocumented schemas, programmed in C#.

Loading a FlatBuffer binary into the console application will allow manual traversal through the serialized objects, and displays a terminal interface for program input.

An example manual parse of a FlatBuffer used by Pokémon Sword/Shield is provided in the sandbox project. For more detailed information on how to use this project, refer to the Wiki.

Screenshots

Console Window

Building

FlatCrawler is a .NET 8.0 application.

The executable can be built with any compiler that supports C# 11.

The .sln can be opened with IDEs such as Visual Studio.

About

Data crawling utility tool & library to reverse engineer FlatBuffer binaries

License:Other


Languages

Language:C# 100.0%