ARM's "Execute Never" (XN) feature is the architecture's equivalent of a no-execute (NX) or Data Execution Prevention (DEP) bit. By marking all writable memory regions as non-executable, you block any injected code, such as that placed in another process's heap or stack, from ever running. This prevents the malware from inserting itself into memory and then executing its payload.