Inspecting and manipulating NBT as a file system

[Releases]
Clone this repo:

Branches

  1. 3e5d9d5 Make mount.nbt compatible with older GCC versions by WHR · 6 weeks ago nbtfsutils
  2. fc0089d Correct header comment format in nbt.h by WHR · 7 weeks ago
  3. a5936b6 Accept a few long options in mount.nbt by WHR · 7 months ago
  4. cbbe2e1 Revise man page mount.nbt(8) by WHR · 7 months ago
  5. 3113be1 Fix typo in README by WHR · 7 months ago
  6. 3cfafd6 Temporarily increase the intermediate buffer size to 16 KiB in nbt_read function by WHR · 11 months ago
  7. 7683255 Allow presenting raw data stream of int32array and int64array nodes in user-specified byte order by WHR · 11 months ago
  8. 3c5ac5c Mention the default value of 'chunksymlink' option in man page mount.nbt(8) by WHR · 11 months ago
  9. 0d8ed86 Use 'payload.tag_byte_array' to store link target in symbolic link nodes by WHR · 11 months ago
  10. 569a993 Remove CMake stuff by WHR · 11 months ago
  11. 8b378ba Add symbolic links in form of '<x>,<z>' for chunks in region root directory by WHR · 11 months ago
  12. 3ecb719 Make some pointers read-only by WHR · 11 months ago
  13. 50d5a9b Fix inaccessible node names from directory listing when the node names containing colon by WHR · 11 months ago
  14. 9e94498 Fix potential invalid free(3) and memory leak from function nbt_open by WHR · 11 months ago
  15. 075f998 Use value of unwrapped node pointer as inode value by WHR · 11 months ago
  16. 288e90c Use memcmp(3) in function get_nbt_type_by_name_prefix by WHR · 11 months ago
  17. e283cd3 Remove unused raw values from 'struct chunk_info' by WHR · 11 months ago
  18. de539e5 Set modification times of chunk root nodes from region header by WHR · 11 months ago
  19. f358097 Correct error checkings of mmap(2) calls by WHR · 11 months ago
  20. 9fcb1fe Relicense Makefile by WHR · 12 months ago