mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
clean up
This commit is contained in:
parent
e94a653038
commit
010668ebb1
6 changed files with 7 additions and 14 deletions
|
@ -87,12 +87,6 @@ local function ExitMsg(msg)
|
|||
print()
|
||||
end
|
||||
|
||||
local function writedumpfile(infile)
|
||||
t = infile:read('*all')
|
||||
len = string.len(t)
|
||||
local len,hex = bin.unpack(('H%d'):format(len),t)
|
||||
return hex
|
||||
end
|
||||
-- blocks with data
|
||||
-- there are two dataareas, in block 8 or block 36, ( 1==8 ,
|
||||
-- checksum type = 0, 1, 2, 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue