mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
make miscchecks, skip venv
This commit is contained in:
parent
6359471c5e
commit
78ae375d55
5 changed files with 37 additions and 37 deletions
|
@ -297,7 +297,7 @@ end
|
|||
function xorme(hex, xor, index)
|
||||
if ( index >= 23 ) then
|
||||
--return ('%02x'):format(bxor( tonumber(hex,16) , tonumber(xor,16) ))
|
||||
return string.format("%x", tonumber(hex,16) ~ tonumber(xor,16))
|
||||
return string.format("%x", tonumber(hex,16) ~ tonumber(xor,16))
|
||||
else
|
||||
return hex
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue