Philippe Teuwen
026707b960
arm: fix prototypes
2020-05-11 13:48:57 +02:00
iceman1001
4c640805b6
coverity fix: 267208
2020-04-29 16:57:52 +02:00
iceman1001
294d2aa96b
cppchecker
2020-03-13 13:52:29 +01:00
iceman1001
57788d5751
whitespace
2020-03-10 17:11:57 +01:00
iceman1001
4bd9f183df
fix coverity 267206
2020-03-01 17:11:25 +01:00
iceman1001
802e62285b
debug print hitag2 for cleaner client outputs
2020-02-22 13:34:15 +01:00
iceman1001
ebc04ea27e
hitag sim changes
2020-01-29 05:14:18 +01:00
iceman1001
fc1cede778
fix : #536
2020-01-22 18:43:20 +01:00
iceman1001
fc2e11a6cd
rename function
2020-01-22 13:12:09 +01:00
iceman1001
f04be0c044
chg: hitag write - works
2020-01-20 11:58:22 +01:00
iceman1001
cb67feee19
documentation
2020-01-17 17:06:46 +01:00
iceman1001
56bb7f21dc
rename define T0
2020-01-17 14:25:28 +01:00
Philippe Teuwen
091a594063
hitag: more timings
2020-01-16 01:12:34 +01:00
Philippe Teuwen
631c11e22c
hitag: use defines
2020-01-16 00:57:21 +01:00
Philippe Teuwen
f2eec56fb7
hitag: cosmetic
2020-01-16 00:49:05 +01:00
Philippe Teuwen
9df6fa8e8e
hitag: stop detecting if response header is corrupted
2020-01-16 00:26:39 +01:00
Philippe Teuwen
7a27f5dddb
rephrase debug
2020-01-16 00:26:39 +01:00
Philippe Teuwen
870bbd1f77
hitag: comment data dump
2020-01-16 00:26:39 +01:00
Philippe Teuwen
d2fb44710f
Abort when Manchester goes wrong rather than outputting wrong values
2020-01-16 00:26:39 +01:00
Philippe Teuwen
52640422f1
hitag: wip timings in trace, still "lf hitag list" hangs quite often...
2020-01-16 00:06:47 +01:00
Philippe Teuwen
3d95590fc9
hitag: comment debug messages in critical loop
2020-01-15 23:26:02 +01:00
Philippe Teuwen
65de9ca2c2
hitag: RX was logged twice
2020-01-15 23:25:30 +01:00
Philippe Teuwen
aa0879eee4
reduce window included in wait_1 before response to avoid phantom symbols
2020-01-15 23:22:42 +01:00
Philippe Teuwen
da048ea491
fix hitag demodulation when first positive period is not detected
2020-01-15 22:07:49 +01:00
Philippe Teuwen
b2db893e83
fix hitag demodulation when ending on unexpected period count + completion with last half
2020-01-15 21:14:16 +01:00
Philippe Teuwen
b57f40e3d7
make style
2020-01-15 19:26:12 +01:00
Philippe Teuwen
6c0d6f0655
hitag: wip
2020-01-15 02:02:42 +01:00
Philippe Teuwen
4154f3dd1a
fix compilation
2020-01-14 22:58:38 +01:00
iceman1001
89bae75c55
hitag signal refactoring
2020-01-14 22:08:43 +01:00
Philippe Teuwen
cce039554d
Avoid hardcoded lf divisors
2019-10-09 12:05:13 +02:00
Ludovic Rousseau
f961c1c551
Fix typos
...
Thanks to Debian lintian for the reports:
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf dont don't
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf succesful successful
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf Uknown Unknown
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf requestes requests
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf unkown unknown
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf ambigous ambiguous
2019-09-14 17:53:24 +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
1354aec556
typos
2019-08-06 13:51:10 +02:00
Philippe Teuwen
517f0886ba
make style
2019-08-03 20:20:08 +02:00
Victor
5913ee670a
Add auth comments
2019-08-03 18:36:47 +01:00
Victor
835a8a3b03
Add state comments
2019-08-03 18:36:47 +01:00
Victor
4bd03bb920
Fix more comment alignment
2019-08-03 18:36:47 +01:00
Victor
868469db0d
Fix comment alignment
2019-08-03 18:36:47 +01:00
Victor
714280fad2
Fix password write offset by 1
2019-08-03 17:57:39 +01:00
Philippe Teuwen
b0dbbd3683
make style
2019-07-13 00:38:30 +02:00
Victor
cb45313981
Add hitag2 write password auth
2019-07-09 23:00:57 +01:00
Victor
6646c20ef3
Fix clock deadlock in hitag sniff
2019-07-04 11:28:43 +01:00
Philippe Teuwen
1ebfa897c8
remove some cppcheck warnings
2019-06-12 06:41:23 -07:00
Philippe Teuwen
732bc766f9
Reduce some var scopes
2019-06-07 18:41:39 +02:00
Philippe Teuwen
3b12ba2e93
replace usb_poll_validate_length() by data_available() that supports USART too
2019-06-03 00:01:08 +02:00
Philippe Teuwen
f85420d6f3
Remove unused oldarg in SniffHitag
2019-05-13 12:27:00 +02:00
Philippe Teuwen
482db05741
Rename few stuff for consistency
2019-04-18 12:49:51 +02:00
Philippe Teuwen
db4aa08b78
make style
2019-03-28 14:19:41 +01:00
iceman1001
03f89d2f3f
chg: details
2019-03-18 13:44:51 +01:00