ChevyRay/crunch

In the binary format are the strings terminated with anything?

Opened this issue · 2 comments

In the binary format are the strings terminated with anything?

they should be null-terminated. you can check the WriteString() function here: https://github.com/ChevyRay/crunch/blob/master/crunch/binary.cpp

it's kind of sloppy, though (it assumes c++'s strings are null terminated... which i don't actually know is guaranteed)

Yeah that did the trick @ChevyRay
I was using HexFiend to create a viewing template to quickly see the binary format:

Screenshot 2019-06-28 at 16 03 39