reader - textual

This commit is contained in:
iceman1001
2020-12-01 11:26:54 +01:00
parent 51e27d1a48
commit ae853ede79
20 changed files with 80 additions and 0 deletions

View File

@@ -189,6 +189,10 @@ static int CmdPacReader(const char *Cmd) {
bool cm = arg_get_lit(ctx, 1);
CLIParserFree(ctx);
if (cm) {
PrintAndLogEx(INFO, "Press " _GREEN_("<Enter>") " to exit");
}
do {
lf_read(false, 4096 * 2 + 20);
demodPac(!cm);