mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-16 17:35:03 +08:00
4 lines
96 B
Lua
Executable file
4 lines
96 B
Lua
Executable file
local pm3 = require("pm3")
|
|
p=pm3.device()
|
|
--p.console("hw status") ??
|
|
p.console(p, "hw status")
|