Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T17:07:13.000Z (11 months ago)
- Last Synced: 2024-10-12T01:26:56.712Z (4 months ago)
- Topics: csharp, flatbuffers, reverse-engineering
- Language: C#
- Homepage:
- Size: 291 KB
- Stars: 24
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).