mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
add 'hf plot' - from offical repo (piwi)
This commit is contained in:
parent
2e37c04a15
commit
6e3dde9d76
13 changed files with 144 additions and 25 deletions
|
@ -95,6 +95,12 @@ bool IfPm3Hfsniff(void) {
|
|||
return pm3_capabilities.compiled_with_hfsniff;
|
||||
}
|
||||
|
||||
bool IfPm3Hfplot(void) {
|
||||
if (!IfPm3Present())
|
||||
return false;
|
||||
return pm3_capabilities.compiled_with_hfplot;
|
||||
}
|
||||
|
||||
bool IfPm3Iso14443a(void) {
|
||||
if (!IfPm3Present())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue