mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
new lua script from @iceman1001 + bug fix in hf mfu
This commit is contained in:
parent
1c4c0b0681
commit
be290d68bd
2 changed files with 474 additions and 0 deletions
|
@ -617,6 +617,7 @@ uint32_t GetHF14AMfU_Type(void){
|
|||
}
|
||||
}
|
||||
} else {
|
||||
ul_switch_off_field();
|
||||
// Infinition MY-D tests Exam high nibble
|
||||
uint8_t nib = (card.uid[1] & 0xf0) >> 4;
|
||||
switch ( nib ){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue