Category "crc"

Checksum/CRC reverse engineering of Microsoft NDIS packet

I am trying to decode a 42-byte packet which seems to include 2-byte CRC / checksum field This is a Microsoft NDIS packet (type IPX) which is sent in HLK (WHQL)

Reverse engineer of APC UPS serial protocol

I have a APC SMC1000-2UC UPS device that has a serial port to connection. The serial port protocol seems that is based on microlink protocol which has not docum

How to calculate this CRC using Python?

I need to calculate this CRC using Python for the communication with Aurora (ABB) solar inverter. This is the document: http://www.drhack.it/images/PDF/AuroraC

How to check the CRC of the function in C++

Is it possible to count the CRC of code in the memory of the function in the runtime? I have a function that compares user's password with the secret password.