chg: 'hf sniff' - remake to mallc and report back size, also use NG

This commit is contained in:
iceman1001 2020-06-18 11:54:19 +02:00
commit e1f0f89240
3 changed files with 93 additions and 29 deletions

View file

@ -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