Commit graph

15169 commits

Author SHA1 Message Date
iceman1001 df083bffb8 remove cflags 2022-02-03 18:35:29 +01:00
Iceman bab5fbf9c0
Merge pull request #1580 from bettse/ARC_support
ARC support for AppNap toggle
2022-02-03 17:46:50 +01:00
Eric Betts 199b462d02 ARC support for AppNap toggle 2022-02-02 19:53:11 -08:00
merlokk 4743c6b7f0 aread select sketch 2022-02-03 00:06:30 +02:00
merlokk ebeba309a4 fix file attributes decoding 2022-02-02 23:59:37 +02:00
merlokk 8318afdb60 small fix 2022-02-02 23:15:53 +02:00
merlokk a93fb00afb aread fix 2022-02-02 20:26:37 +02:00
merlokk 349c3ed74c added some MF info 2022-02-02 20:19:36 +02:00
merlokk 27ef47a5eb fix in the aread 2022-02-02 20:09:48 +02:00
merlokk d65956bf13 add commit to write 2022-02-02 19:50:55 +02:00
merlokk 7622a60111 add doc 2022-02-02 19:44:47 +02:00
merlokk 8a63b33561 write file ok 2022-02-02 19:39:58 +02:00
merlokk 4c97c54787 read command is ok 2022-02-02 19:32:28 +02:00
merlokk 242979933e print smr and art 2022-02-02 19:14:41 +02:00
Oleg Moiseenko 468d2ac2ba
Update cipurse.md 2022-02-02 18:41:55 +02:00
Oleg Moiseenko 25836e7386
Update cipurse.md 2022-02-02 18:39:48 +02:00
Oleg Moiseenko cbfa764c99
Merge pull request #1578 from merlokk/cip_files
Cipurse create files
2022-02-02 18:34:58 +02:00
merlokk 81d18ebb89 add some info to create 2022-02-02 17:17:19 +02:00
merlokk 8132c7753d add info to doc 2022-02-02 17:03:04 +02:00
merlokk 9912faa574 prettify info command 2022-02-02 16:47:07 +02:00
merlokk 2e35a42e20 fix doc 2022-02-02 15:50:20 +02:00
merlokk 1bf4b7f5f3 some fixes in create file, delete file now works with EF 2022-02-02 15:50:02 +02:00
merlokk 0c857327f5 add select file under mf/app 2022-02-02 14:38:45 +02:00
merlokk a786d55d3b docs about delete and create commands 2022-02-01 19:59:12 +02:00
merlokk ce80434cf5 create file logic 2022-02-01 19:58:35 +02:00
Oleg Moiseenko c2c57d956a
Merge pull request #1577 from merlokk/cip_def
cipurse default parameters refactoring and add aid
2022-02-01 18:46:14 +02:00
merlokk 66fc4011b3 cipurse default parameters refactoring and add aid 2022-02-01 18:45:55 +02:00
Oleg Moiseenko 7813cdfbbe
Merge pull request #1576 from merlokk/cip_ref
cipurse commands refactoring
2022-02-01 17:26:38 +02:00
merlokk 0f7cfe6a17 delete command now doesnt work by default 2022-02-01 17:25:52 +02:00
merlokk 52a78712be select command fixes, auth command refactoring 2022-02-01 17:15:38 +02:00
merlokk c102fe7aff select docs 2022-02-01 17:05:24 +02:00
merlokk 085db0c4e7 select command refactoring 2022-02-01 17:05:08 +02:00
Philippe Teuwen c09e47594d mf restore: foolproof, else it may end with broken anticol 2022-02-01 15:49:54 +01:00
merlokk cc1c29b2a6 move 2022-02-01 14:34:51 +02:00
merlokk a5e4e15adc commands refactoring 2022-02-01 14:30:23 +02:00
Iceman 405c9d5d94
Merge pull request #1575 from linuxgemini/fix-macos-build
fix macos builds by not defining _POSIX_C_SOURCE in mfd_aes_brute.c if macos
2022-01-31 17:50:25 +01:00
İlteriş Yağıztegin Eroğlu 391cc3d331 add homebrew quirk fixes
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2022-01-31 16:35:59 +03:00
İlteriş Yağıztegin Eroğlu 87400b6156 don't define _POSIX_C_SOURCE in mfd_aes_brute.c if macos
unistd.h in macos has this snippet:

 #if __DARWIN_C_LEVEL >= __DARWIN_C_FULL
 #define _SC_NPROCESSORS_CONF            57
 #define _SC_NPROCESSORS_ONLN            58
 #endif /* __DARWIN_C_LEVEL >= __DARWIN_C_FULL */

__DARWIN_C_FULL is 900000L.

If _POSIX_C_SOURCE gets defined without __DARWIN_C_SOURCE being defined,
__DARWIN_C_LEVEL will be assigned to __DARWIN_C_ANSI, which is 010000L.

Thus this definition will remove _SC_NPROCESSORS_CONF.

If we don't define _POSIX_C_SOURCE, __DARWIN_C_LEVEL will be equal to
__DARWIN_C_FULL, and _SC_NPROCESSORS_CONF will be available.

This commit also includes homebrew and macports prefix definitions for mfd_aes_brute.

Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2022-01-31 15:41:06 +03:00
Iceman f6ddc56111
Merge pull request #1574 from mwalker33/mifare-debug-bug
Update mifareutil.c
2022-01-31 07:54:14 +01:00
mwalker33 3ca13ce293 Update mifareutil.c
Mifare debug bug.  nr is a uint8_t size of 4 and did note output correctly.
2022-01-31 17:19:44 +11:00
iceman1001 a79b23edc4 and the files... 2022-01-30 21:27:13 +01:00
iceman1001 54ddd8176f added iclass sniff 2022-01-30 21:25:02 +01:00
iceman1001 7dcaf59cdd added a sniffed desfire trace 2022-01-30 21:23:17 +01:00
iceman1001 99db2c44e1 move script to right folder 2022-01-30 21:20:30 +01:00
iceman1001 57d0397436 added trace extract, it extracts auth challengens in MFU-C/ICLASS/DESFIRE and prints it. 2022-01-30 21:18:59 +01:00
iceman1001 e6a14bf869 text 2022-01-30 21:16:57 +01:00
Iceman 145f0853c4
Merge pull request #1572 from bettse/fix_termux
remove system define that messes up termux
2022-01-30 21:11:18 +01:00
Iceman e83dfcc2cb
Merge pull request #1571 from startrk1995/ultimate_magic_card
Ultimate magic card (Gen4)
2022-01-30 20:39:11 +01:00
Eric Betts 98db74f28c remove system define that messes up termux 2022-01-30 11:37:11 -08:00
Nate 8075c1ac5a
Requested changes to magic_card_notes 2022-01-30 14:35:44 -05:00