To track these I was going to use INI file(s) but these are simple to hack with a text editor, so I need to protect my files from naughty hackers.
I compiled a .cap file, then check and...receive this:
____________________________________________
CRC32 (Table)
|- Signature 77073096 found at offset 000E33DC (VA: 004EC7DC)
|- Signature ee0e612c found at offset 000E33E0 (VA: 004EC7E0)
|- Signature 990951ba found at offset 000E33E4 (VA: 004EC7E4)
|- Signature 076dc419 found at offset 000E33E8 (VA: 004EC7E8)
|- Signature 706af48f found at offset 000E33EC (VA: 004EC7EC)
|- Signature e963a535 found at offset 000E33F0 (VA: 004EC7F0)
|- Signature 9e6495a3 found at offset 000E33F4 (VA: 004EC7F4)
|- Signature 0edb8832 found at offset 000E33F8 (VA: 004EC7F8)
|- Signature 79dcb8a4 found at offset 000E33FC (VA: 004EC7FC)
|- Signature e0d5e91e found at offset 000E3400 (VA: 004EC800)
|- Signature 97d2d988 found at offset 000E3404 (VA: 004EC804)
|- Signature 09b64c2b found at offset 000E3408 (VA: 004EC808)
|- Signature 7eb17cbd found at offset 000E340C (VA: 004EC80C)
|- Signature e7b82d07 found at offset 000E3410 (VA: 004EC810)
|- Signature 90bf1d91 found at offset 000E3414 (VA: 004EC814)
|- Signature 1db71064 found at offset 000E3418 (VA: 004EC818)
|- Signature 6ab020f2 found at offset 000E341C (VA: 004EC81C)
|- Signature f3b97148 found at offset 000E3420 (VA: 004EC820)
|- Signature 84be41de found at offset 000E3424 (VA: 004EC824)
|- Signature 1adad47d found at offset 000E3428 (VA: 004EC828)
RC4
|- Signature fffefdfc found at offset 00084CB4 (VA: 004864B4)
|- Signature fbfaf9f8 found at offset 00084CB0 (VA: 004864B0)
|- Signature f7f6f5f4 found at offset 00084CAC (VA: 004864AC)
|- Signature f3f2f1f0 found at offset 00084CA8 (VA: 004864A8)
--------------------------------------------------------------------------
Can't understand the role of RC4.
By the way, I changed text in hash.ini file, but managed to preserve the same CRC32 code. Prog still complaining.
P.S. would like to know who implemented RC4 check in Construct - developers of Construct or MSVC?