S
S
Sanikyer2020-08-18 11:31:16
Antivirus
Sanikyer, 2020-08-18 11:31:16

Can antiviruses recognize threats in DLL files?

Hello!
If a DLL file is scanned by an antivirus without the executable that this file uses, will the antivirus be able to recognize it as a threat?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Dubrovin, 2020-08-18
@Sanikyer

Perhaps you are confusing file analysis and process analysis.
DLL and EXE have the same format (PE executable), so at the level of parsing a DLL file, it is practically no different from parsing an EXE. Known signatures are looked for - hashes, byte sequences, or behavioral ones, such as a specific sequence or combination of instructions or system calls. Decompilation is needed only for manual analysis. Whether or not the antivirus will be able to recognize the threat depends on whether the required signature or heuristic is in the databases. Something like pseudo-code execution can be used to analyze behavior at the file level, but this is not the same as process analysis, in which system calls are intercepted and analyzed in real time, in particular which files are being accessed.

R
Ronald McDonald, 2020-08-18
@Zoominger

Yes, he can.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question