这个案例展示了 AI 从硬件照片到固件修复的端到端能力,做嵌入式开发或逆向工程的团队值得一看——Codex 可能帮你省掉数小时的手动调试。
一位开发者展示了 OpenAI Codex 的强大能力:他给 Codex 看了一张有问题的 MP3 播放器芯片照片,Codex 指导他将设备进入 Mac 的 bootloader 模式,从而读取完整固件。开发者执行 Codex 给出的命令后,Mac 转储了完整的二进制固件文件。他将该二进制文件反馈给 Codex,Codex 分析了机器码,找到了导致问题的具体代码段,并生成了修复后的自定义固件。最终问题被成功解决,展示了 AI 在逆向工程和嵌入式系统调试中的潜力。
Such a great example of the power of OpenAI’s Code…
Such a great example of the power of OpenAI’s Codex.
He showed Codex a photo of the chip of the MP3 player, which was having some problems.
Codex guided him to put the MP3 player into bootloader mode on a Mac.
In that mode the Mac can read the entire firmware (the player’s operating system) straight from the device’s flash memory. He ran the commands Codex gave him and the Mac dumped the full binary file.
He fed that binary back to Codex. Codex analyzed the machine code, found the exact sections causing the problems, then generated a patched custom firmware with the fixes and gave it back to him. problem solved.