iceman1001
fea3185922
cppcheck
2020-01-01 21:28:02 +01:00
iceman1001
b0e01f9236
fix: double free
2019-10-19 16:46:11 -04:00
Philippe Teuwen
4ae8a3d86b
fix few printf arg types
2019-10-05 23:56:19 +02:00
Ludovic Rousseau
a1852eaa4b
Fix typos
...
Thanks to Debian lintian for the reports:
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 formated formatted
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 succesfully successfully
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Skiped Skipped
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 standart standard
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 supress suppress
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 successfull successful
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Succeded Succeeded
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Overriden Overridden
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 aquire acquire
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 occured occurred
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 delimeter delimiter
2019-09-14 17:44:58 +02:00
Philippe Teuwen
d19754567d
summer restructuring:
...
* .h include only the strict minimum for their own parsing
* this forces all files to include explicitment their needs and not count on far streched dependencies
* this helps Makefile to rebuild only the minimum
* according to this rule, most standalone .h are now gone
* big app.h is gone
* remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
* bring zlib to common/
* bring stuff not really/not yet used in common back to armsrc/ or client/
* bring liblua into client/
* bring uart into client/
* move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
* treat deps in armsrc/ as in client/
* client: stop on warning (-Werror), same as for armsrc/
Tested on:
* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
Philippe Teuwen
f276dca3f1
less hardcoded sizes and more ARRAYLEN
2019-07-31 23:45:17 +02:00
Philippe Teuwen
8e6258936c
make style
2019-07-19 13:18:35 +02:00
merlokk
84022807a8
fix rare emv search behavior
2019-07-17 12:20:04 +03:00
merlokk
a6977860db
fix emv search keep field bug
2019-07-17 11:27:05 +03:00
merlokk
5fd2a7613f
add check
2019-07-16 18:05:23 +03:00
merlokk
a30c62137b
use apduencode for emv commands
2019-07-16 17:04:54 +03:00
Philippe Teuwen
55602bf833
Fix few zelaous WARNING->ERR
2019-07-14 12:17:34 +02:00
Philippe Teuwen
8bf4b4ad97
Promote WARNING to ERR on some error msgs
2019-07-14 00:35:18 +02:00
Philippe Teuwen
6b2677c154
Replace WITH_SMARTCARD by dynamic detection in client
2019-05-01 22:33:27 +02:00
Philippe Teuwen
4f32655004
use more static and fix [-Wmissing-prototypes], ongoing...
2019-04-13 00:25:43 +02:00
Philippe Teuwen
7f76fea21a
good const, bad const, fixing -Wincompatible-pointer-types-discards-qualifiers
2019-04-10 10:21:42 +02:00
osboxes.org
827cd721fe
style
2019-04-10 09:37:46 +02:00
iceman1001
27003904ce
printandlogs..
2019-04-07 18:12:58 +02:00
Philippe Teuwen
961d929f4d
changing {} style to match majority of previous style
2019-03-10 11:20:22 +01:00
Philippe Teuwen
0373696662
make style
2019-03-10 00:00:59 +01:00
Philippe Teuwen
0d9223a547
client: fix mix of spaces & tabs
2019-03-09 23:35:06 +01:00
Philippe Teuwen
60f292b18e
remove spurious spaces & tabs at end of lines
2019-03-09 08:59:13 +01:00
merlokk
26bca36929
delete comment
2019-02-19 18:39:05 +02:00
merlokk
bebfcab7b9
Merge branch 'master' of github.com:merlokk/proxmark3i into emv_vsdc
2019-02-19 18:34:52 +02:00
iceman1001
c419f7bf37
CHG: dropfield when CL is used.
2019-01-29 15:42:31 +01:00
iceman1001
0bec6038b7
CHG: adjusted compiling for older devices
2019-01-23 10:57:49 +01:00
merlokk
628eceb5ed
print fix
2019-01-10 17:44:51 +02:00
merlokk
cada4e4877
DDA works
2019-01-10 17:24:45 +02:00
merlokk
0ac728f0d4
VSDC path sketch
2019-01-10 13:06:56 +02:00
merlokk
4921308d84
some changes in DDA
2019-01-09 21:03:56 +02:00
merlokk
20d29f35e5
SDA works
2019-01-09 19:32:08 +02:00
merlokk
88b2cf41de
add description
2019-01-09 18:46:55 +02:00
iceman1001
f99e6a5cae
chg: remove warning
2019-01-06 19:19:30 +01:00
merlokk
b5c2ccb78f
pse/ppse works
2019-01-03 20:07:08 +02:00
merlokk
00d4393af4
tlv_get_uint8
2019-01-03 19:43:01 +02:00
merlokk
a5f8454168
added pse sfi files get
2019-01-03 13:41:28 +02:00
merlokk
0da07fe81c
get SFI records
2019-01-02 19:31:06 +02:00
merlokk
3926874995
fix pse channels
2018-12-28 20:48:45 +02:00
Chris
33f6439d38
add 'emv roca' - new command, will be able to test for ROCA
2018-12-26 11:02:00 +01:00
iceman1001
acb41a7376
CHG: 'sc brute' - now is interruptable, optional tlv decode,
2018-12-23 09:48:46 +01:00
iceman1001
4ef59c3771
CHG: uniform output.
2018-12-18 18:43:27 +01:00
merlokk
b42709837f
fix sending Le over 7816 T=0
2018-12-18 18:55:46 +02:00
merlokk
ec3acc7d8a
some of emv commands works in test mode
2018-12-05 19:23:13 +02:00
merlokk
312ec79e48
added sketch sc apdu
2018-12-05 17:27:28 +02:00
merlokk
4c7e5757f3
added channel parameter
2018-12-03 19:29:31 +02:00
merlokk
2245673262
fix search big loop
2018-12-03 18:46:11 +02:00
merlokk
fb14d665dd
emvcore
2018-11-20 16:26:35 +02:00
merlokk
efa76c7be4
fix some strange behavior
2018-11-12 16:26:51 +02:00
Chris
cfbd67d082
Fix: 'hf emv' - some cards need to have Le=0x00, some need to not to have... (@merlokk)
2018-08-13 13:56:48 +02:00
Brian Pow
731a7db4e6
use PrintAndLogEx() instead of PrintAndLog()
2018-02-21 21:03:36 +08:00