BinaryUtils
BinaryUtils copied to clipboard
validate booleans from binary data
trafficstars
The current code accepts any non-zero value for true and 0 for false, but if a value outside of the range 0-1 is encountered, it most likely indicates corrupted data or broken code.