Sorry for my bad English first.
I have two binary files.
And I store binary into buffer respectively.
Then I compared two buffer using strcmp().
Result of strcmp() is zero.
So I think two binary is identical.
Open two binary and then checked if there are no differences.
But I can find little difference.
what is the problem?
strcmp() function doesn't proper way to compare binary to binary?