Philippe Teuwen
cbf81cf5c3
remove compilation warning
2019-04-02 22:43:00 +02:00
Philippe Teuwen
07cc0d0a29
make style helped revealing my bug :)
2019-04-02 22:34:00 +02:00
Philippe Teuwen
64ce30c06c
make style
2019-04-02 22:32:45 +02:00
Philippe Teuwen
23917e7963
update changelog
2019-04-02 22:28:01 +02:00
Philippe Teuwen
5225722a50
t55xx info: fix q5 condition
2019-04-02 22:08:50 +02:00
Philippe Teuwen
21be6d4400
FPC: got RX working, got client over usart somehow working..., see detailed commit msg
...
* using WITH_FPC:
* activate basic usart
* no double buffer for now, no interrupt
* usart_dataavailable/usart_readbuffer/usart_writebuffer, to demo it:
* pm3 client over USB, minicom over usart
* analyse a d 414243
* using WITH_FPC_HOST:
* it implies WITH_FPC as it's based on it
* control pm3 with client over usart
* EXPERIMENTAL! still some frame desync issues
* you can connect both from usart & USB with two pm3 clients
* actually you *have* to connect USB for the moment because
it's used to send debug messages about buggy usart... See Dbprintf_usb below
* "sessions": msgs are directed to the latest client to have sent a cmd
* Dbprintf_usb macro to send msgs to USB client to help debugging usart...
* We now have an option to run client at different speed as usart is 115200:
client/proxmark3 /dev/ttyUSB0 -b 115200
* Consequently, argc,argv handling is a bit revamped, it was so messy...
* USB and flashing are still at 460800, don't try flashing over usart yet ^^
2019-04-02 22:06:10 +02:00
iceman1001
4c007beefd
textual
2019-04-02 10:36:32 +02:00
iceman1001
4eff3521a7
Chg: 'lf t55xx info' - now prints if its a known config block
2019-04-02 10:33:25 +02:00
Philippe Teuwen
dae6eefa52
FPC experiments: use oversampling, tested FPC at 460800 ^^
2019-04-02 01:20:02 +02:00
Philippe Teuwen
7bd95dd5c3
FPC experiments: got so far TX_only, usart=115200 + usb=460800, see full commit msg
...
* Add \r\n to sent strings
* remove usart_init() from UsbPacketReceive cmd, it's already init in main.
* Add PLATFORM PM3RDV4FPC to ease dev
* TX: US_TCR is len of data to send, not len of buffer
* Use only one PDC bank as we're using it in sync
* Busy loop to wait for end of TX as we'using it in sync
* Change usart speed to 115200
* Don't downgrade USB speed, keep 460800
* Attempt to detect received data, fail so far
2019-04-02 01:06:03 +02:00
Philippe Teuwen
d448549524
t55xx info: tag out of spec FSKa modulations in standard mode
2019-03-31 21:30:30 +02:00
Philippe Teuwen
045eda93e9
t55xx config: allow to toggle on/off i/q5/st
2019-03-31 19:42:36 +02:00
Philippe Teuwen
e88fa75fd0
Revamped t55xx info: support offline block0, Q5, fix extended, add warns etc
2019-03-31 19:06:36 +02:00
Philippe Teuwen
43ca641939
Flasher: Avoid race condition when flasher finds the not yet closed pm3 port
2019-03-31 12:15:49 +02:00
Philippe Teuwen
21b063da93
t55xx readblock: don't delay acquisition too much else we're sometimes off by one (observed when reading P1B1 on several cards)
2019-03-31 03:02:09 +02:00
Philippe Teuwen
2080dd396d
t55xx detection: remove Atmel as it can be others, see t55xx trace for real manufacturer
2019-03-31 01:18:00 +01:00
Philippe Teuwen
4b00dd1053
lf write: leds
2019-03-31 01:14:20 +01:00
Philippe Teuwen
720c410278
Fix lf t55xx trace: read the correct block
2019-03-31 01:13:59 +01:00
Philippe Teuwen
032062cfe9
Indala 64 on T55x7: use PSK1
2019-03-30 23:01:22 +01:00
Philippe Teuwen
9cec581f1c
Makefile: remove WINBINS/WINEXES, ProxSpace doesn't use them
2019-03-29 09:49:42 +01:00
vratiskol
4bef914653
Mifare 10B UID
2019-03-28 15:18:53 +01:00
Philippe Teuwen
9b9120b0f2
Move CRLF normalization from make style to git attributes
2019-03-28 14:28:42 +01:00
Philippe Teuwen
53d1a940fe
Merge pull request #143 from vratiskol/git-attribute
...
Git attribute
2019-03-28 14:24:02 +01:00
Philippe Teuwen
db4aa08b78
make style
2019-03-28 14:19:41 +01:00
vratiskol
edfce24cad
cardAUTHKEY log
...
Add key type as A or B
2019-03-28 00:37:48 +01:00
vratiskol
9531072948
Add ignore json file
2019-03-27 23:33:02 +01:00
vratiskol
14e4364734
Merge remote-tracking branch 'upstream/master' into git-attribute
2019-03-27 23:30:36 +01:00
Philippe Teuwen
2ebada74f0
makefile: fix race condition, now we can make -j8 :)
2019-03-27 23:14:19 +01:00
Philippe Teuwen
b3b5d29452
nonce2key makefile: fix race condition when using make -jN and add header dependency
2019-03-27 22:48:46 +01:00
vratiskol
8f11fcc193
Remove FLAG_RANDOM_NONCE
2019-03-27 22:35:11 +01:00
iceman1001
722c7c3dfa
updates
2019-03-27 17:51:08 +01:00
vratiskol
b80f9bd755
Merge remote-tracking branch 'upstream/master' into hf_mf_sim
2019-03-27 17:03:03 +01:00
iceman1001
5fd98db92d
fix: LF FDX-B demod - more lenient with max errors. Thanks to @maltehillmann
2019-03-27 15:35:43 +01:00
iceman1001
459835b5ca
fix: 'hf mf sim' - Mifare simulation now works against Android etc. Thanks to @eloff
2019-03-27 15:29:45 +01:00
vratiskol
a068f7c2bc
Mifare Sim
...
Compilation OK
Emulation 1k OK with android
2019-03-27 14:18:26 +01:00
vratiskol
ee2dfc0852
Merge remote-tracking branch 'upstream/master' into hf_mf_sim
2019-03-27 08:00:35 +01:00
Iceman
215a4fe77e
Merge pull request #142 from mazodude/master
...
Start key file for Mifare Ultralight
2019-03-27 05:22:46 +01:00
vratiskol
ffe4a0289f
Merge remote-tracking branch 'upstream/master' into hf_mf_sim
2019-03-26 22:28:20 +01:00
mazodude
15fdb07737
Start key file for Mifare Ultralight
2019-03-27 08:21:06 +11:00
iceman1001
069e73d025
preparing for more descramble patterns.
2019-03-26 21:13:57 +01:00
iceman1001
fb665ea7e3
chg: textual
2019-03-26 20:22:39 +01:00
iceman1001
34f4ee4902
whitespace
2019-03-26 20:22:12 +01:00
iceman1001
54e8eafa49
fix: 'lf t55xx chk'
...
fix: 'lf t55xx brute'
fix: 'lf t55xx recoverpwd'
- now works like they should again.
2019-03-26 20:21:10 +01:00
iceman1001
834832be31
chg 'lf t55xx brute' - AquireData returns isnoise, but a pwd protected card signa looks like noise.
2019-03-26 16:23:19 +01:00
iceman1001
9133a9164f
chg: 'lf t55xx chk' - refactored to use loadDictionary
2019-03-26 16:18:40 +01:00
vratiskol
60ac8b8934
Merge remote-tracking branch 'upstream/master' into hf_mf_sim
2019-03-26 10:08:49 +01:00
iceman1001
52be3f4fe5
chg: 'lf indala clone' - differnt input parms. '-L' gives a long UID.
...
chg: 'lf indala demod' - tries to descramble parts, and detection is changed. Still issues with PSK2..
2019-03-26 09:09:43 +01:00
vratiskol
04c14d1931
Merge remote-tracking branch 'upstream/master' into hf_mf_sim
2019-03-25 15:51:21 +01:00
iceman1001
c939d99884
chg: remove LDC mod be default
2019-03-25 15:11:38 +01:00
iceman1001
8ce361202c
style - unused
2019-03-25 15:03:22 +01:00