mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
lua: fix mix of spaces & tabs
This commit is contained in:
parent
716c17bac8
commit
05ff45e550
41 changed files with 5185 additions and 5185 deletions
|
@ -81,7 +81,7 @@
|
|||
Stp0..n= Stamp0... (variable length) length = Segment-Len - UserData - 1
|
||||
UID0..n= UserDater (variable length - with KGH hex 0x00-0x63 / dec 0-99) length = Segment-Len - WRP - WRC - 1
|
||||
kghC= KabaGroupHeader (1 Byte + addr 0x0c must be 0x11)
|
||||
as seen on ths example: addr 0x05..0x08 & 0x0c must have been set to this values - otherwise kghCRC will not be created by a official reader (not accepted)
|
||||
as seen on this example: addr 0x05..0x08 & 0x0c must have been set to this values - otherwise kghCRC will not be created by a official reader (not accepted)
|
||||
--]]
|
||||
|
||||
example = "Script create a clone-dump of a dump from a Legic Prime Tag"
|
||||
|
|
|
@ -16,8 +16,8 @@ For example: 24 bytes could be 6 blocks of 4 bytes, or vice versa.
|
|||
Therefore, the .eml is better to use file when saving dumps.)
|
||||
|
||||
Arguments:
|
||||
-d debug logging on
|
||||
-h this help
|
||||
-d debug logging on
|
||||
|
||||
]]
|
||||
local example = "script run xxx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue