SSchick 2 days ago

The censoring/redacting used here is insufficient, you can layer the censored text to recontruct sufficient text to identify the website.

housel 3 days ago

Though "null pointer" and "null value" are correct, for bytes it should be "NUL byte", since ASCII code point 0 is NUL.

  • LocalH 2 days ago

    Bytes are not strictly ASCII. Even within the realm of ASCII, if you have a binary with strings terminated in 0x00, those aren't generally called "NUL-terminated strings".