<file url="Screenshots\\readme.txt" crc="1258410340" size="54" high="0"></file>
where can I find this (crc) 10 digit file code? I would like to assign the same crc to another file
crc
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: crc
Bingo, it's just the classical FCS32 checksum.
This script for quickbms can show you this value for all the files you select:
Example:
1258410340 readme.txt
This script for quickbms can show you this value for all the files you select:
Code: Select all
get SIZE asize
encryption crc 0xedb88320 "32 -1 -1 0 0 1"
log MEMORY_FILE 0 SIZE
get NAME filename
print "%QUICKBMS_CRC% %NAME%"
1258410340 readme.txt