c# - is it possible to read .exe file? -
i want make project identifying malicious software. possible read .exe file malicious part? if yes how.
until exe runs binary file, yes can read it. binary file doesn't have lines, constant stream.
most virus checkers use form of pattern recognition looking pattern of bytes, might either instructions or messages, within file. if find enough of these match known virus flag file problematic.
Comments
Post a Comment