-
Notifications
You must be signed in to change notification settings - Fork 13
Description
The file:
It seems like it reads the correct CRC from file (8D BB 3A 66) but when it starts up, it shows CRCs/s=5 briefly, then goes down to 0 in a second or two, then nothing happens after that and the screen shows as below.
Very strange. 5 crc/s also sounds really slow for my pc
Cheers!
` sudo ./bruteforce-crc --verbose 1 --file file.txt --start 0 --end 1056 --width 32 --offs-crc 1056 --probe-initial true --threads 1
Extracted message with crc 8dbb3a66
Extracted 1 messages and CRC values
Brute Force CRC Settings
CRC Width : 32
Truncated Polynomial : 0x0 to 0x0
Truncated Polynomial : 0x0 to 0xffffffff
Initial value : 0x0 to 0xffffffff
final xor : 0x0
Probe reflect in : false
Probe reflect out : false
Feed type : auto
Permutation count : 18446744065119617025
Multithreaded CRC Brute Force Initiated
Number of threads : 1
Number of test vectors : 1
Testing Known CRC's for Length 32
Starting brute forcer over selected threads
Starting Thread 0, searching from 0 to ffffffff
time=198s CRCs/s=0 .42101e-17% (10 of 18446744T) time_to_go=5124095573644338 h`