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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -