Thread: Reverse CRC ...
View Single Post
  #1  
Old 01-12-2020, 17:21
debugasm debugasm is offline
Friend
 
Join Date: Oct 2017
Posts: 14
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 11
Thanks Rcvd at 35 Times in 8 Posts
debugasm Reputation: 1
Exclamation Reverse CRC ...

Hi,

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

Code:
01 00 00 46 71 - CRC E5 9F 

00 00 02 00 00 02 00 00 13 24 00 00 46 71 - CRC 0B AF 

00 00 01 00 00 01 00 00 15 7C 00 00 46 71 - CRC B9 8A 

00 00 02 00 00 02 00 00 19 64 00 00 46 71 - CRC 9C C5
I have tried several well-known CRCs without success.

Does anyone at a glance understand which CRC is used ?

debugasm
Reply With Quote