mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
misschecks
This commit is contained in:
parent
f64f538519
commit
2e311a141b
3 changed files with 6 additions and 6 deletions
|
@ -2520,11 +2520,11 @@ function modifyMode()
|
|||
---
|
||||
-- edit data-portion of single segment
|
||||
["ed"] = function(x)
|
||||
if (type(x)=="string" and string.len(x)>0) then sel=tonumber(x,10)
|
||||
else sel=selectSegment(inTAG) end
|
||||
if (type(x) == "string" and string.len(x)>0) then sel=tonumber(x,10)
|
||||
else sel = selectSegment(inTAG) end
|
||||
if (istable(inTAG.SEG[sel])) then
|
||||
local uid = inTAG.MCD..inTAG.MSN0..inTAG.MSN1..inTAG.MSN2
|
||||
inTAG.SEG[sel].data=editSegmentData(inTAG.SEG[sel].data, uid)
|
||||
local uid = inTAG.MCD..inTAG.MSN0..inTAG.MSN1..inTAG.MSN2
|
||||
inTAG.SEG[sel].data = editSegmentData(inTAG.SEG[sel].data, uid)
|
||||
end
|
||||
end,
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue