merlokk
|
e6e757865e
|
add gen4 commands
|
2023-11-05 21:58:50 +02:00 |
|
merlokk
|
282d22c3cc
|
add ginfo comamnd
|
2023-11-05 21:11:55 +02:00 |
|
iceman1001
|
7026fd69fb
|
pedantic fix
|
2023-11-05 15:40:36 +01:00 |
|
iceman1001
|
8ef0b4d092
|
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
|
2023-11-05 15:38:48 +01:00 |
|
iceman1001
|
c9bee6d3b8
|
pointer to buffer. Zero sized array not allowed when pedantic
|
2023-11-05 15:38:21 +01:00 |
|
Oleg Moiseenko
|
d31385c776
|
Update magic_cards_notes.md
add some gen4 notes
Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
|
2023-11-05 16:36:01 +02:00 |
|
iceman1001
|
8f7d7a2dd4
|
fix mem leak and add new pacs style decoding when reading block 7
|
2023-11-05 15:30:25 +01:00 |
|
iceman1001
|
eb8c2d1b6a
|
move file operations to fileutils.c
|
2023-11-05 11:52:12 +01:00 |
|
iceman1001
|
56e511e08b
|
text
|
2023-11-05 11:30:33 +01:00 |
|
iceman1001
|
fdacd67626
|
pedantic fix
|
2023-11-05 11:26:39 +01:00 |
|
iceman1001
|
9dba9f275c
|
fix missing return
|
2023-11-05 02:17:52 +01:00 |
|
iceman1001
|
a69eed7950
|
fix missing loaded counter
|
2023-11-05 02:11:24 +01:00 |
|
iceman1001
|
2ccf84f40a
|
use a local str_nlen fct instead of hinting to POSIX
|
2023-11-05 02:08:30 +01:00 |
|
iceman1001
|
a3415da519
|
text
|
2023-11-05 01:51:09 +01:00 |
|
iceman1001
|
9c1644cd73
|
support loading of flipper zero .picopass files. Also adapted to naive detect if PACS w variable length encoded is present
|
2023-11-05 01:50:32 +01:00 |
|
iceman1001
|
4df28b88d3
|
fix
|
2023-11-03 15:47:45 +01:00 |
|
iceman1001
|
83b9057473
|
fix
|
2023-11-03 15:44:28 +01:00 |
|
iceman1001
|
f58b4603ba
|
fix
|
2023-11-03 15:42:13 +01:00 |
|
iceman1001
|
dfdaa41987
|
wrong string formatter
|
2023-11-03 15:41:07 +01:00 |
|
iceman1001
|
b09c3ac67c
|
default type of ENUM in C is INT. the tagtype enum broke it. Converted to DEFINES since you cant change type of an ENUM
|
2023-11-03 15:39:28 +01:00 |
|
iceman1001
|
b7028bb798
|
init fixes
|
2023-11-03 12:55:23 +01:00 |
|
iceman1001
|
c793363b4f
|
pedantic fixes
|
2023-11-03 12:52:01 +01:00 |
|
iceman1001
|
ea249d7b17
|
fixes
|
2023-11-03 12:20:30 +01:00 |
|
iceman1001
|
a2fcd47017
|
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
|
2023-11-03 11:49:16 +01:00 |
|
iceman1001
|
ffb6f4ddbb
|
remove default build to add debugging info
|
2023-11-03 11:48:47 +01:00 |
|
Iceman
|
b405706fb8
|
Merge pull request #2153 from Antiklesys/master
Update cmdhficlass.c
|
2023-11-03 11:39:08 +01:00 |
|
iceman1001
|
68f296cc14
|
compile for optimized speed execution
|
2023-11-03 11:36:10 +01:00 |
|
iceman1001
|
4708940c69
|
wrong struct when pasting
|
2023-11-03 01:46:42 +01:00 |
|
iceman1001
|
5471d326b7
|
macOS complains about memory alignment when type casting. memcpy should sort it
|
2023-11-03 01:41:22 +01:00 |
|
iceman1001
|
85fafb5906
|
type confusing
|
2023-11-02 17:19:42 +01:00 |
|
iceman1001
|
bae03ec792
|
type confusing
|
2023-11-02 17:14:37 +01:00 |
|
iceman1001
|
3d91806b5b
|
use correct define
|
2023-11-01 23:40:33 +01:00 |
|
iceman1001
|
e5d2fc3fa7
|
some color to MFU dump output
|
2023-11-01 23:40:10 +01:00 |
|
iceman1001
|
b17f5ef45c
|
fix nfc MFC dump file loading
|
2023-11-01 23:39:42 +01:00 |
|
iceman1001
|
e94be650aa
|
clean
|
2023-11-01 23:21:04 +01:00 |
|
iceman1001
|
c398e20eef
|
macos
|
2023-11-01 23:20:14 +01:00 |
|
iceman1001
|
865052b4e9
|
compiler optimizations from user @np0
|
2023-11-01 23:05:35 +01:00 |
|
iceman1001
|
74347be52c
|
added O3 compiler param
|
2023-11-01 17:03:10 +01:00 |
|
Iceman
|
0720ee4267
|
Merge pull request #2157 from jmichelp/master
Add alternative chip ID
|
2023-11-01 14:35:43 +01:00 |
|
Jean-Michel Picod
|
c08e26ca26
|
Add alternative chip ID
|
2023-11-01 10:40:53 +01:00 |
|
iceman1001
|
6423a0ec76
|
file extension needed?
|
2023-11-01 07:57:45 +01:00 |
|
iceman1001
|
9f439fde4e
|
fix some ndef decoding
|
2023-11-01 07:57:13 +01:00 |
|
iceman1001
|
98b7bd75d6
|
seems nfc mifare classic dumps used "blocks" instead...
|
2023-11-01 03:17:48 +01:00 |
|
iceman1001
|
a92e712cfe
|
fix bad comparisions
|
2023-11-01 03:06:10 +01:00 |
|
iceman1001
|
ae6ba395b4
|
added support for loading flipper MFC/MFU dump files.\nFixed NFC DECODE to identify and handle MFU dump files properly
|
2023-11-01 02:43:10 +01:00 |
|
Iceman
|
ca04f03cb1
|
Merge pull request #2154 from dankar/master
Implemented 'info' command for NTAG424
|
2023-10-31 13:03:23 +01:00 |
|
Daniel Karling
|
5a750da4ef
|
Removed wrapper for desfire_print_signature
Not needed now when the unused parameter is gone.
|
2023-10-31 08:19:17 +01:00 |
|
Daniel Karling
|
ee3a223e37
|
Implemented 'info' command for NTAG424
|
2023-10-31 08:16:07 +01:00 |
|
Iceman
|
03ffda08a0
|
Merge pull request #2156 from henrygab/bugfix_err_message
Remove incorrect message (my own regression)
|
2023-10-31 01:34:17 +01:00 |
|
Henry Gabryjelski
|
939d3d4a93
|
Remove incorrect message (my own regression)
|
2023-10-30 17:26:07 -07:00 |
|