c++ - Reading the binary content of a file -


this question has answer here:

i have university assignment , need have sort of function detects presence of binary sequence (in case, should "virus" signature -> assignment create sort of antivirus checks files viruses ) in file. believe need whole binary content of file, , check presence of signature. problem every function found gives me content of file, not raw binary data. ideas how should proceed this? !

i think use: istream::read


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -