![]() |
|
#1
|
|||
|
|||
|
CRC32 TOOLS + src
CRC32 TOOLS:
EASY_CRC.exe - easy CRC calculator CRC_CRACKER.exe - change last dword of file in order to give target CRC; CRC reverser tool source code included. |
| The Following 4 Users Gave Reputation+1 to CodeCracker For This Useful Post: | ||
| The Following 17 Users Say Thank You to CodeCracker For This Useful Post: | ||
ahmadmansoor (04-09-2024), Apuromafo (04-11-2024), Asus (04-08-2024), besoeso (04-16-2024), darkBLACK (04-09-2024), Doit (04-12-2024), E1TAis (01-17-2025), MarcElBichon (04-07-2024), Mendax47 (04-09-2024), niculaita (04-08-2024), papi (04-11-2024), pnta (04-09-2024), tonyweb (04-20-2024), user1 (04-08-2024), user_hidden (04-09-2024), Vosiyons (04-18-2024), wilson bibe (04-08-2024) | ||
|
#2
|
|||
|
|||
|
Is there any protection scheme that uses the CRC32? I mean, any practical application of this for cracking?
|
|
#3
|
|||
|
|||
|
Quote:
CRC32 is not a security mechanism, it is an integrity mechanism. Sure bad security implementations by amateurs might do it. Data integrity is done through machine authentication codes or public private key security in a security context. Its like asking would you use a Mersenne Twister pseudo random number generator as an algo in a security mechanism instead of a cryptographicly secure one. A product you've likely not encountered before called IDA Pro actually did use the MT PRNG for its key generation with 32 bit seeds which made a small state space to search for all possible keys. |
|
#4
|
|||
|
|||
|
Quote:
Major packers including VMProtect, Themida, etc. make extensive use of CRC checks to prevent memory patching of processes. CRC32 could also be used by some protectors for fast integrity check of whole files. The tool that CodeCracker provided is for a slightly different use though. |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Could be possible to upload externally?
|
|
#7
|
|||
|
|||
|
Just grab it off TUTS4YOU.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crc32 help needed? | The Day Walker! | General Discussion | 5 | 01-16-2006 14:53 |
| HELP, CRC32 | Mitchjs | General Discussion | 8 | 07-04-2004 01:20 |