那个软件是这么说的: How to use "Checksum Correction" (no need to use it if you just use this software, since it will automatically correct the checksum when it is being saved): 如何使用“校验和修正”(如果您只是使用此软件,则无需使用它,因为它会在保存时自动修正校验和): Write down the original 32-bit checksum of the vBIOS before modifying it through hex-editor; 将修改前的 vBIOS 的原始 32 位校验和通过十六进制编辑器记录下来; Modify your vBIOS through hex-editor and save it; 修改您的 vBIOS 通过十六进制编辑器并保存它 Open your modded vBIOS through Mobile Pascal TDP Tweaker; input the original checksum that you just wrote down and click "Quick Fix". This will correct your checksum back to the original value (by using the 70 bytes right after string "Please"); 打开您通过 Mobile Pascal TDP Tweaker 修改的 vBIOS;输入您刚刚写下的原始校验和,然后点击“快速修复”。这将使用字符串“请”之后的 70 个字节将校验和恢复到原始值。 也就是说,当改了bios某个字节以后,计算的校验和变化了,但是存放校验和的位置没变化,这时候它是将之前的校验和替换成了它计算后的吗?那为什么要将之前的输入进去呢?它破解了nv的算法? 你修改好bios以后,用它的工具修改校验和,能有用吗?