Thread: Reverse CRC ...
View Single Post
  #5  
Old 01-22-2020, 09:02
CZC CZC is offline
Friend
 
Join Date: Jul 2018
Posts: 33
Rept. Given: 0
Rept. Rcvd 30 Times in 4 Posts
Thanks Given: 5
Thanks Rcvd at 141 Times in 20 Posts
CZC Reputation: 30
Quote:
Originally Posted by debugasm View Post
Hi,

I need help to reverse calc of CRC. This is a few sequence :

I have tried several well-known CRCs without success.

Does anyone at a glance understand which CRC is used ?

debugasm
What I can tell you is that those are not CRC codes.
I have a program which computes all the known CRC codes but it
can also bruteforce the polynomial if you provide the CRC.
I've tried with reflected data, non-direct init value, reversed CRC,
swapped CRC and none matches a 16bit CRC.

Those values are computed in a different way.
Reply With Quote
The Following 2 Users Say Thank You to CZC For This Useful Post:
chants (01-22-2020), Zipdecode (01-25-2020)