mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-21 22:54:40 +08:00
Update and rename e.lua to data_hex_crc.lua
This commit is contained in:
parent
383eecf8e5
commit
f2e683f248
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ desc = [[
|
|||
This script calculates many checksums (CRC) over the provided hex input.
|
||||
]]
|
||||
example = [[
|
||||
script run e -b 010203040506070809
|
||||
script run e -b 010203040506070809 -w 16
|
||||
script run data_hex_crc -b 010203040506070809
|
||||
script run data_hex_crc -b 010203040506070809 -w 16
|
||||
]]
|
||||
usage = [[
|
||||
script run e [-b <hex bytes] [-w <width>]
|
||||
script run data_hex_crc [-b <hex bytes] [-w <width>]
|
||||
]]
|
||||
arguments = [[
|
||||
-b data in hex
|
Loading…
Reference in a new issue