mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hook reveng outputs to pm3 machinery, add regression test
This commit is contained in:
parent
a9964f4f51
commit
b9f6f096aa
4 changed files with 14 additions and 2 deletions
|
@ -101,4 +101,10 @@
|
|||
* *
|
||||
*****************************************/
|
||||
|
||||
// Proxmark3 stdout/stderr hooking
|
||||
#include "ui.h"
|
||||
#define fprintf(stream, ...) PrintAndLogEx(INFO, __VA_ARGS__)
|
||||
#define fputs(s, stream) PrintAndLogEx(INFO, "%s", s)
|
||||
#define puts(s) PrintAndLogEx(SUCCESS, "%s", s)
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue