/V = Verify only, do not prompt to set new checksum.
/A = Always set new checksum.
Non-PE files can be checksummed, but obviously cannot have the
checksum in the header set, since there is no PE header.作者: zts59 时间: 2008-4-5 12:05
给新增的文件添加验证信息?作者: secowu 时间: 2008-4-5 12:28
当然也可以用Peditor1.7
/*
SetCSUM v1.01, (c)2000 Jeremy Collake http://www.collakesoftware.com
mailto:collake@charter.net
--------------------------------------------------------------------------------
This simple, console mode utility will verify, and optionally set, the correct
checksum of Portable Executables (win32 EXE,DLL,OCX,SCR,etc..). This checksum
is required to be accurate for NT device drivers and some system DLLs. C++
source included.
Usage:
SetCSUM filespec [/A] [/V]
filespec = directory name, a wildcard, or a specific filename.
/A = always set correct checksum in header.
/V = do not prompt to set correct checksum, verify only.
Non-PE files can be checksummed, but obviously cannot have the
checksum in the header set, since there is no PE header.