Current command:
analyse chksum --help
The bytes will be added with eachother and than limited with the applied mask Finally compute ones' complement of the least significant bytes. usage: analyse chksum [-hv] -d <hex> [-m <hex>] options: -h, --help This help -d, --data <hex> bytes to calc checksum -m, --mask <hex> bit mask to limit the output (4 hex bytes max) -v, --verbose verbose output examples/notes: analyse chksum -d 137AF00A0A0D -> expected output: 0x61 analyse chksum -d 137AF00A0A0D -m FF