mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
chg: legic cmds uses return macros.
chg: hf search started to use macros
This commit is contained in:
parent
60bfc37f35
commit
a90e5e1858
5 changed files with 92 additions and 89 deletions
|
@ -2,7 +2,8 @@ local getopt = require('getopt')
|
|||
local cmds = require('commands')
|
||||
local lib14a = require('read14a')
|
||||
local utils = require('utils')
|
||||
|
||||
--
|
||||
-- Refactored iceman, 2019
|
||||
copyright = ''
|
||||
author = 'Martin Holst Swende & Asper'
|
||||
version = 'v1.0.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue