I've been trying to make a program that checks if a file contains another file's. (like an anti Virus). I tried to use strstr() to do so but apparently the strstr() does not work so well.
What is the best solution to check if a file contains another file in it? Edit: I'm working on binary files.