mirror of
				https://github.com/Proxmark/proxmark3.git
				synced 2025-11-01 00:56:00 +08:00 
			
		
		
		
	add fdx-b to lf search
This commit is contained in:
		
							parent
							
								
									b2c330b367
								
							
						
					
					
						commit
						ecfcb34cc5
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -1072,6 +1072,12 @@ int CmdLFfind(const char *Cmd) | ||||||
| 		return 1; | 		return 1; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  | 	ans=CmdFDXBdemodBI(""); | ||||||
|  | 	if (ans>0) { | ||||||
|  | 		PrintAndLog("\nValid FDX-B ID Found!"); | ||||||
|  | 		return 1; | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
| 	ans=EM4x50Read("", false); | 	ans=EM4x50Read("", false); | ||||||
| 	if (ans>0) { | 	if (ans>0) { | ||||||
| 		PrintAndLog("\nValid EM4x50 ID Found!"); | 		PrintAndLog("\nValid EM4x50 ID Found!"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue