c-struct
c-struct copied to clipboard
Query
First of all nice module, I am trying to convert some c structs into js objects so I can read and write a binary text file out. I can see you append 0x00 to end of string for null termination but when writing out the file I cannot see the null termination in a hex viewer. Also what encoding is the buffer packed with?
Thanks Simon