https://github.com/kwsch/flatcrawler
Data crawling utility tool & library to reverse engineer FlatBuffer binaries
https://github.com/kwsch/flatcrawler
csharp flatbuffers reverse-engineering
Last synced: 4 months ago
JSON representation
Data crawling utility tool & library to reverse engineer FlatBuffer binaries
- Host: GitHub
- URL: https://github.com/kwsch/flatcrawler
- Owner: kwsch
- License: other
- Created: 2021-08-30T07:06:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T17:07:13.000Z (over 1 year ago)
- Last Synced: 2025-03-01T01:14:46.437Z (4 months ago)
- Topics: csharp, flatbuffers, reverse-engineering
- Language: C#
- Homepage:
- Size: 291 KB
- Stars: 28
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
FlatCrawler
=====
Data crawling utility tool & library to reverse engineer [FlatBuffer](https://google.github.io/flatbuffers/) binaries with undocumented schemas, programmed in [C#](https://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29).
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](../../wiki).
## Screenshots

## Building
FlatCrawler is a [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/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](https://visualstudio.microsoft.com/downloads/).