Philippe Teuwen
c4766b2649
Semi-Automated SendCommand -> SendCommandOLD
2019-04-19 23:01:13 +02:00
Philippe Teuwen
1b6a45ac17
propagate CmdsParse return value
2019-04-19 00:47:51 +02:00
Philippe Teuwen
482db05741
Rename few stuff for consistency
2019-04-18 12:49:51 +02:00
Philippe Teuwen
533667ea6d
Better Reply structs
2019-04-17 23:44:48 +02:00
Philippe Teuwen
be15ad7fec
Viva la revolucion
2019-04-17 21:30:01 +02:00
iceman1001
33b4a32dfd
removed
2019-04-16 19:06:18 +02:00
iceman1001
c6aa14efb7
style
2019-04-16 16:07:25 +02:00
iceman1001
d28fac3ef0
style
2019-04-14 11:43:05 +02:00
iceman1001
e20a47478f
comment away my playground
2019-04-13 03:07:53 +02:00
Philippe Teuwen
7d48ad19f9
Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes], ongoing...
2019-04-12 01:00:54 +02:00
Philippe Teuwen
0ab6de64d4
structs: initializes explicitely all fields, so we can detect when we really forgot one [-Wmissing-field-initializers]
2019-04-10 13:59:00 +02:00
Philippe Teuwen
3d6d58aae5
internal help fcts -> static
2019-04-10 13:06:05 +02:00
Philippe Teuwen
cc0454d5d2
tag unused Cmd [-Wunused-parameter]
2019-04-10 12:23:40 +02:00
iceman1001
ac88c435f6
remove old iso14443crc.c, fully replaced by crc16.c functions.
2019-04-09 10:12:15 +02:00
iceman1001
8003d95be9
crc
2019-04-07 12:13:05 +02:00
iceman1001
a8ad793f7f
more crc overshadow
2019-04-07 12:10:04 +02:00
iceman1001
0dc0a96b3c
fix: duplicate break
2019-04-04 22:10:46 +02:00
Philippe Teuwen
7936626725
cmdanalyse: use byte arrays
2019-03-24 23:36:45 +01:00
Philippe Teuwen
961d929f4d
changing {} style to match majority of previous style
2019-03-10 11:20:22 +01:00
Philippe Teuwen
da6cdf014b
Keep string syntax in color macros
2019-03-10 00:56:00 +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
Chris
2a761e80db
chg: analyse nuid' - added colors
2019-03-07 19:48:20 +01:00
Philippe Teuwen
259a561a69
analyse nuid: better ref and selftest from ref + little fix
2019-03-07 15:55:53 +01:00
Philippe Teuwen
c5e1f9989c
analyse nuid: fix crc -> selftest ok now
2019-03-06 20:16:12 +01:00
Chris
0e2dbe7424
chg: code cleanup
2018-09-08 11:18:10 +02:00
Chris
24eaac8681
CHG: the thread comms refactoring from offical pm3 repo
...
chg: FPC com speed limited to 115200 when compiled with FPC
chg: USART remake (@drandreas)
2018-09-06 21:43:20 +02:00
Chris
5f77121694
initial commit to be in sync the-soon-defunct repo pm3rdv40.
2018-08-12 21:54:31 +02:00
Chris
bacf8aff0f
add: FPC connector skeleton usart. Not working but if will be a starting point for those who might want to help out with it.
2018-07-30 09:54:44 +02:00
Chris
89352c47c1
chg: removed smart card test things.
2018-07-05 15:07:41 +02:00
Chris
f2ad37aa00
chg: hexlen is half size..
2018-07-04 14:33:59 +02:00
Chris
6967fe667d
chg: test for smartcard client support
2018-06-23 06:44:44 +02:00
iceman1001
faa6ece881
chg: converting some more malloc calls -> calloc
2018-05-03 19:45:59 +02:00
iceman1001
021c0a1349
ADD: 'mem' commands. For RDV40 devices only.
...
If you don't have one, comment out inside client/Makefile this line
CFLAGS += -DWITH_FLASH
2018-05-03 12:15:03 +02:00
iceman1001
295054c190
chg: unifying some different download functions from device.
2018-05-02 19:37:51 +02:00
iceman1001
207fa2b574
add: potential fix for OSX uses, by @piwi
...
chg: adapting fix to support iceman forks extended commands.
2018-05-02 08:11:29 +02:00
iceman1001
cff2473cf8
testing. RDV40 Flashmemory upload / download working.
2018-04-27 16:51:08 +02:00
iceman1001
a746699f5f
chg: reading / writing flashmem works better now.
2018-04-19 00:27:44 +02:00
Brian Pow
0de94cff10
use PrintAndLogEx() instead of PrintAndLog(), tweak messages
2018-02-21 20:43:56 +08:00
iceman1001
46d540490f
chg: add response ack.
2018-02-13 15:45:15 +01:00
Brian Pow
b1d414c680
CHG: replace 'samples:' with 'Examples:', unify some usage text
2018-02-09 22:56:16 +08:00
iceman1001
fe34cac012
FIX: 'hf mf darkside' - no more WDT crashes. plus positive sideeffects (@pwpiwi)
...
https://github.com/Proxmark/proxmark3/pull/569
2018-02-08 19:11:35 +01:00
iceman1001
c02ee39029
practising byte splitting and a startpattern detection for FeliCa...
2018-02-05 16:51:46 +01:00
iceman1001
debf4e3327
chg: 'analyse hid' moved to 'hf iclass permute' un/permute function is moved.
2018-02-04 17:19:08 +01:00
iceman1001
52d69ed4ee
CHG: refactor CRC16 algos. This is a big change, most likely some parts broke, hard to test it all.
2018-02-01 15:19:47 +01:00
iceman1001
bf25b1c9ba
chg: crc16 got a compute_crc function
2018-01-30 03:31:11 +01:00
iceman1001
b39332e938
REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside.
2018-01-29 15:58:00 +01:00
iceman1001
c04ac4f9ac
ADD: 'hf felica reader' - added pm3 as FeliCa reader
...
ADD: raw commands - added the basis for sending RAW commands to FeliCa.
CHG: CRC16 rework, uses table based implementation. This will change more functions as I go on.
2018-01-29 13:42:02 +01:00
iceman1001
205e4b2300
chg: adjusted the input parameters for crc16 implementations.
2018-01-28 12:19:04 +01:00