Open the file in the Visual Studio binary editor that contains the null byte (0x00), then use the quick search function (Ctrl + F) to find the null bytes.
I would think I could use a regex like \ x00 to match zero bytes, but it doesn't work. Finding any other hex value using this method works fine.
Is this a VS error, a โfunctionโ, or am I just missing something? Is there any work around?
source share