Comment Re:Cool Story Bro (Score 1) 93
binary analysis/conversion means nothing if the AI doesn't understand how the CPU processes code and currently no AI actually understand how things work.
Given you have x86, ARM and RISC-V binary analysis/conversion is absolutely worthless, an modern CPU (since the Pentium era) supports out of order execution of instructions, sooo exactly what would an AI be doing with that, since it doesn't understand how the processor actually reads machine code and what the results will be on a unknown architecture (you don't know the victims system) this isn't in the future because it's just not practical.
One the attack has to know 100% exactly which cpu the victim is using.
Two right now no LLM can right flawless C code, never mind assembly language, never mind understanding speculative execution patterns inside a cpu.
Three even if it did all that, no LLM can actually do that, ask an LLM cloud or not, if they truly understand how a cpu and memory work and they will flat-out tell no this is because they have no way to verify the result. it's why AI doesn't really work well for systems programming, notice that even the kernel team for LINUX doesn't using for coding, just finding bugs? because it can't do it reliably.