mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: 'hf sniff' - remake to mallc and report back size, also use NG
This commit is contained in:
parent
be9a5920d8
commit
e1f0f89240
3 changed files with 93 additions and 29 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef __HFSNOOP_H
|
||||
#define __HFSNOOP_H
|
||||
|
||||
void HfSniff(int, int);
|
||||
#include "proxmark3_arm.h"
|
||||
|
||||
int HfSniff(uint32_t samplesToSkip, uint32_t triggersToSkip, uint16_t *len);
|
||||
void HfPlotDownload(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue