Hello,
i'm parsing some files that have embedded binary data at various random locations. is there a function or module that implements something like the old libc function isachar()? I'd like to be able to detect these binary characters.
Thanks in advance.