0

Like the question says, I am wondering if there are some viruses that do not write machine code themselves, but instead output assembly code and invoke an external assembler? That sounds like a plausible attack on Linux systems, where as (GNU Assembler) is usually present in the PATH.

I know that assemblers and linkers often get misdetected as viruses because they, like viruses, write executable files. However, I am stunned that Microsoft Windows Defender once misdetected the compiler for my programming language as malware. But the compiler for my programming language outputs assembly code, and not machine code. So how could it possibly be mistaken for malware?

0 Answers0