cNBT icon indicating copy to clipboard operation
cNBT copied to clipboard

An NBT file parser and manipulator library

Results 3 cNBT issues
Sort by recently updated
recently updated
newest added

I've looked through the header files, but I don't see any simple way to actually create a new NBT file and add branches to it. So is there a good...

This library is _so_ useful. It is understandable though that it has broken now after all this time. I wonder if you could take a look at the latest 1.16...

When read_string fails in parse_named_tag, handle the error. This avoids a memory leak. ``` $ gcc -fsanitize=leak -O2 -g nbt*.c buffer.c afl_check.c -lz -o afl_check $ echo H4sIAAFPPWQCA+3cMQ0AMAwDwTlszLJjKTckKkXK3fAYPLlOKk1ERERERLYGAAAAAAAAAAAAAAAAAAAAAAAAAL5xewcA2BgAAAAAwDA3yQPu9ekG1ncAAA== | base64...