CheckSum-Fixer-1.0

所属分类:加密解密
开发工具:Visual C++
文件大小:72KB
下载次数:8
上传日期:2012-01-12 00:17:21
上 传 者ikonos
说明:  md5加密验证,计算exe和dll文件是否正确
(This value is an overall checksum of the whole file, often not set and left to 0x0000 by most compilers and thus doesn t happens often to worry about it, but sometimes this value is used to check if there have been alterations in the executable file.)

文件列表:
CheckSum Fixer 1.0 by Shub-Nigurrath\ARTeam.esfv (105, 2006-01-05)
CheckSum Fixer 1.0 by Shub-Nigurrath\CheckSum.exe (74210, 2006-01-05)
CheckSum Fixer 1.0 by Shub-Nigurrath (0, 2010-11-12)

CheckSum Fixer What it is? ------------ The PE files headers include a CheckSum field which is located into the IMAGE_NT_HEADER->IMAGE_OPTIONAL_HEADER->CheckSum This value is an overall checksum of the whole file, often not set and left to 0x0000 by most compilers and thus doesn't happens often to worry about it, but sometimes this value is used to check if there have been alterations in the executable file. There is for example an API, MapFileAndCheckSum(), which calculates the real checksum of a PE file and reports also the value stored into the PE Header. It is then simple for simple protectors to detect alterations of a PE file, even of a single byte. It's a simple technique that advanced protector doesn't use too often and you can of course intercept this API and modify it online or skip its call, but for example with PocketPC smartphones or system drivers this check is done by the operative system, so you simply have no choice to intercept this check and the only way is to fix the value stored in the PE file header. This program simply does this conveniently. Already other tools have this functionality (LordPE for example), but I just wanted a fast program able to fix this checksum in a click (e.g. with LordPE you have to do at least 5, 6 clicks). I for example integrated it into a commandline based button.. Command line Syntax -------------------- CheckSum {filepath} {-fix} both these two parameters are optional. Note ---- The esfv file is a custom format, a variation of known sfv files, used to check integrity of files into archives. The checker for this specific type of files is available at http://releases.accessroot.com. History -------- version 1.0 05/01/06 Initial Release have phun, Shub-Nigurrath [ARTeam] http://cracking.accessroot.com

近期下载者

相关文件


收藏者