1 مستودع
Systems for locating data chunks within large binary files using fixed-size headers and coordinate offsets.
Distinct from Line Indexing for Large Files: Specifically for coordinate-based offsets in binary region files, not general filesystem or line indexing.
Explore 1 awesome GitHub repository matching data & databases · Coordinate-Based Binary Indexing. Refine with filters or upvote what's useful.
NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary tag files used within Minecraft save files and game configuration. The tool enables the exploration and modification of game world settings, player data, and entity states. It supports reading and updating structured binary data across standard, uncompressed, and region-based file formats. The project provides capabilities for binary tag deserialization and in-place modification. It handles data through buffered stream reading, zlib-based decompression, and region-file indexi
Implements region-file indexing to quickly locate specific data chunks within large Minecraft binary files.