Iceman
678a3cb2fe
Update cmdhficlass.h
...
add function head
2017-12-15 15:48:25 +01:00
ikarus
6148817a7f
fix: usage and sample text of hf mf cwipe
2017-12-06 23:30:27 +01:00
pwpiwi
1ff75f168b
fixing the fix: older shells don't know about &>
2017-12-06 09:25:10 +01:00
Iceman
0fb3e45541
Merge pull request #507 from pwpiwi/fix_AVX512
...
fix: AVX512 detection
2017-12-05 17:26:20 +01:00
pwpiwi
c656c870ae
fix: AVX512 detection
2017-12-05 08:25:10 +01:00
merlokk
7a7afeba5c
small refactoring
2017-12-04 22:20:29 +02:00
merlokk
5a1b25ac31
added 9f0a tag
2017-12-03 20:36:04 +02:00
merlokk
f7ec230e98
added a tag
2017-12-03 20:28:36 +02:00
merlokk
10d4f82338
transactions MSD and M/Chip, qVSDC works
2017-12-02 21:47:30 +02:00
Iceman
2db66b01da
Merge pull request #493 from merlokk/emv2
...
Emv2. next part of EMV work
2017-12-02 18:39:14 +01:00
merlokk
606eddca8d
added hint on hf 14a apdu
. close #495
2017-11-30 19:34:20 +02:00
merlokk
78528074b1
optimization UDOL creation. does not affect on functionality.
2017-11-25 21:17:56 +02:00
merlokk
44128a0e9a
Added hf emv exec
- command for execute EMV transaction
...
Added to `hf emv exec` MSD path for VISA and Mastercard and some other compatible EMV cards
2017-11-25 14:40:23 +02:00
merlokk
87fc2dad14
merged emvcore
2017-11-25 14:30:53 +02:00
merlokk
66efdc1f64
part of changes
2017-11-25 12:58:50 +02:00
Iceman
137dd5826e
Merge pull request #486 from KenzyCarey/master
...
Add brutesim script
2017-11-24 12:39:45 +01:00
Oleg Moiseenko
3c5fce2ba7
Add: Emv first part of commands
...
* hf emv search
* hf emv pse
* hf emv select
* hf emv exec command - only part of functionality
2017-11-22 06:16:33 +01:00
Kenzy Carey
dfa1628ac3
Add files via upload
2017-11-17 14:42:52 -08:00
Oleg Moiseenko
c95affa8d3
minor fixes
...
* fix timeout set in PR #481
* fix warning in util.c printf
2017-11-15 07:49:18 +01:00
pwpiwi
e537c3e894
fix memory overflow in hf mf nested (issue #479 )
2017-11-12 18:08:57 +01:00
William S. Moses
874572d419
Fix memory bounds error
2017-11-11 16:15:29 -05:00
merlokk
298143218a
true fix #472 )))
2017-11-11 01:28:20 +02:00
Iceman
8b5ec1f4a6
Merge pull request #474 from merlokk/df_fix
...
change `ul_switch_off_field` to `DropField` fix #473
2017-11-11 00:24:38 +01:00
Iceman
7c84f80657
Merge pull request #471 from marshmellow42/master
...
fix lf search bugs when no tag is on antenna …
2017-11-11 00:24:20 +01:00
merlokk
872337e019
change ul_switch_off_field
to DropField
fix #473
2017-11-11 01:19:34 +02:00
merlokk
77499f6fb2
fix #468
2017-11-11 00:43:29 +02:00
Iceman
d940ebfbad
Merge pull request #470 from pwpiwi/mod_indent
...
add: proper indentation when printing TLV objects
2017-11-10 23:21:26 +01:00
pwpiwi
33a9982c76
dump only leaf TLV data
2017-11-10 23:09:08 +01:00
marshmellow42
217cfb6b29
fix lf search bugs when no tag is on antenna
...
cotag read could enter endless loop, now cancels if the next bit doesn't
appear
em4x05 detection would loop due to a threshold never being met, now has
a dump out after 1000 samples tested.
fixed some indenting in hitag2 while i was reviewing that code for
potential endless loops...
2017-11-10 15:57:55 -05:00
pwpiwi
43912d6349
add: proper indentation when printing TLV objects
2017-11-10 21:54:07 +01:00
pwpiwi
f5adb06fae
revert field on/off in hf 14a reader
...
fix typo
2017-11-10 20:14:00 +01:00
merlokk
9658b9e137
move include modules from h to c file
2017-11-10 09:15:56 +02:00
merlokk
86a1c1dc25
eliminate double DropField command
2017-11-09 22:01:00 +02:00
merlokk
b7d3e89923
changed iso14aapdu arm side and client
2017-11-09 16:39:40 +02:00
merlokk
eb6e8de45d
moved includes, added clear_trace flag (it was there...) and fixed multiapdu iso14443 stream
2017-11-03 13:42:38 +02:00
Oleg Moiseenko
378d3406ca
Merge branch 'master' into 14a_rework3
2017-11-02 14:14:55 +02:00
merlokk
23207d748f
tlv decoder works.
2017-11-02 14:11:42 +02:00
Oleg Moiseenko
fe6bf3c58c
improve hf 14a info
( #457 )
...
* added validate_prng_nonce from iceman1001 fork
* added DetectClassicPrng from iceman1001 fork
2017-11-01 17:48:59 +01:00
merlokk
bed3e4c20d
Merge branch 'master' of github.com:merlokk/proxmark3 into 14a_rework3
2017-11-01 17:13:27 +02:00
merlokk
fe842bed9c
fixed bug with hf search 14a
2017-11-01 13:54:03 +02:00
merlokk
a2bb2735d5
TLV decoding works
2017-11-01 13:38:29 +02:00
Oleg Moiseenko
7dac1034e5
Add hf mf info, change hf mf reader ( #452 )
...
* copy functionality from `hf 14a reader` to `hf 14a info`
* added command `hf 14a reader` with simple anticollision-select procedure.
* add parameters to `hf 14a reader`. may start and end acting as reader
2017-11-01 08:51:05 +01:00
merlokk
78a94ff902
improved GetAPDUCode()
2017-10-31 19:19:49 +02:00
merlokk
5bcb3496fa
small refactoring
2017-10-31 19:11:23 +02:00
merlokk
fe346768b3
added showing apdu response codes
2017-10-31 18:14:32 +02:00
merlokk
a23f000182
move strucrture to .h file
2017-10-31 16:25:42 +02:00
merlokk
6fc6cd0f57
export apdu function
2017-10-31 16:20:23 +02:00
merlokk
d1300b47ae
apdu sending refactoring
2017-10-31 16:08:58 +02:00
merlokk
8019540b19
param parsing convert to procedures
2017-10-31 15:15:57 +02:00
merlokk
f2b0169cc6
apdu works.
2017-10-31 13:28:16 +02:00