mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
hw version: display firmware platform info
This commit is contained in:
parent
42eb98cdda
commit
5e26c096bb
3 changed files with 20 additions and 11 deletions
|
@ -26,6 +26,12 @@ bool IfPm3Present(void) {
|
|||
return session.pm3_present;
|
||||
}
|
||||
|
||||
bool IfPm3Rdv4Fw(void) {
|
||||
if (!IfPm3Present())
|
||||
return false;
|
||||
return (pm3_capabilities.compiled_with_flash) || (pm3_capabilities.compiled_with_smartcard);
|
||||
}
|
||||
|
||||
bool IfPm3Flash(void) {
|
||||
if (!IfPm3Present())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue