ADD: 'script list' - now sorts the scripts in alphabetic order. It needs the extra define, in order to scandir and alphasort to work.

and this made our own version of le32toh function complain.  So this is removed from util.c and where it was used a new define replaced it (LE32TOH)
This commit is contained in:
iceman1001
2017-07-23 10:24:30 +02:00
parent db34c61aa0
commit 6c4d1560e9
5 changed files with 31 additions and 33 deletions

View File

@@ -20,7 +20,6 @@
#include "common.h"
#include "mifare.h" // nonces_t struct
#include "ui.h" // PrintAndLog
#include "util.h" // FALSE / TRUE
#include "proxmark3.h"
#include "mifarehost.h"