若手開発者は、Advanced RISC Machine (ARM) CPU に対する新しいマルウェアの影響について知らされ、それに応じてコードを修正する必要があります。デバッグに基づいて、マルウェアは別のプロセスのメモリ場所に自分自身を挿入することができます。このタイプのマルウェアを防ぐために、開発者が ARM アーキテクチャで有効にできるテクノロジは次のうちどれですか?
正解:A
Execute never is a technology that can be enabled on the ARM architecture to prevent malware from inserting itself in another process' memory location. Execute never (also known as XN or NX) is a feature that marks certain memory regions as non-executable, meaning that they cannot be used to run code. This prevents malware from exploiting buffer overflows or other memory corruption vulnerabilities to inject malicious code into another process' memory space.