Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

FlatCrawler
=====

![License](https://img.shields.io/badge/License-GPLv3-blue.svg)

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

![Console Window](https://i.imgur.com/23fFpkj.png)

## 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/).