strings命令和findstr命令验证iso文件中ntkrnlmp.exe系统版本
D:\chsads3647\i386>expand.exe
Microsoft (R) File Expansion Utility Version 5.2.3647.0
版本所有 (c) Microsoft Corporation. 保留所有权利。
未指定文件。
D:\chsads3647\i386>strings.exe ntkrnlmp.exe >d:\ntkrnlmp.txt
D:\chsads3647\i386>
D:\>findstr.exe /N "5.2.3647.0 " ntkrnlmp.txt
10684:5.2.3647.0
D:\>findstr.exe /N "5.2.3647.0 " ntkrnlmp.txt