cyberpunk-re
a03d725a7f
Comments
2020-12-01 22:56:08 +00:00
cyberpunk-re
d792ff822b
Proper identation and CHANGELOG entry
2020-12-01 21:42:22 +00:00
cyberpunk-re
c76836880a
Fix iso 15693 sim. Provide basic functionality for reader to detect ID
2020-12-01 21:28:37 +00:00
iceman1001
34148b0383
fix https://github.com/RfidResearchGroup/proxmark3/issues/1029
2020-10-23 10:00:47 +02:00
Philippe Teuwen
29f1147aad
make style
2020-10-20 01:00:23 +02:00
iceman1001
3868b0b4e6
hf iclass write, hf 15 raw, write, etc supports tear off trigger
2020-10-13 22:43:28 +02:00
Philippe Teuwen
491adacb94
get rid of tabs
2020-10-06 20:45:13 +02:00
iceman1001
77f4371cd1
plot
2020-10-04 19:39:22 +02:00
iceman1001
5d357a6039
style
2020-09-07 10:39:15 +02:00
iceman1001
9d86185287
textual
2020-09-06 21:40:19 +02:00
iceman1001
b273a6c831
reverse length check
2020-08-19 16:26:26 +02:00
iceman1001
815e004b8d
log zero length responses again... sof..
2020-08-19 16:22:56 +02:00
iceman1001
ea86edc723
reverse a check change
2020-08-19 16:11:44 +02:00
iceman1001
2be85939f7
fix: hf 15 cetsuid. hf 15 sim
2020-08-17 08:52:24 +02:00
iceman1001
07af67c6e0
iso15 device side got some love
2020-08-14 14:56:20 +02:00
Philippe Teuwen
4ed57c7c4d
make style
2020-08-13 12:25:04 +02:00
iceman1001
24177efdf6
iclass sniff now works
2020-08-11 21:40:22 +02:00
iceman1001
93fc114dd3
iclass sniff, still too slow
2020-08-08 11:41:26 +02:00
iceman1001
bc692c2ad2
remove debugstuff
2020-08-06 16:17:08 +02:00
iceman1001
d93364bc22
textual chk, loopup. Sim working on reva,b,c readers
2020-08-03 17:42:05 +02:00
iceman1001
c51565fd7c
iso15 sim, make decoders dynamic bigbuff malloc
2020-07-21 10:51:48 +02:00
iceman1001
a1529b44ca
fix auth and
2020-07-19 20:45:47 +02:00
iceman1001
3354f0d9d3
unified static dma buffer as bigbuf_malloc, less pressure on stack size
2020-07-15 15:16:35 +02:00
iceman1001
a95f4b3745
chg: check buttonpress
2020-07-14 15:46:32 +02:00
iceman1001
dd7a3c208c
init arrays...
2020-07-13 22:06:15 +02:00
iceman1001
a6c240fe3b
tosend into bigbuff
2020-07-13 17:56:19 +02:00
iceman1001
a87ec6bd52
style
2020-07-13 12:28:01 +02:00
iceman1001
a25a5322dd
fpga: added iCLASS on deviceside
2020-07-10 16:37:56 +02:00
iceman1001
57d1ff9316
fpga
2020-07-09 19:41:57 +02:00
iceman1001
7d1a278197
merge hell p.x
2020-07-03 21:33:17 +02:00
iceman1001
80cda059b1
chg: adapt to fpga changes
2020-07-02 12:37:07 +02:00
iceman1001
1a490470c9
chg: 15693 use bigbuf malloc to keep tracelog
2020-06-26 21:53:19 +02:00
Philippe Teuwen
be42995f8a
Less fantasy in the LogTrace usages regarding timestamps
2020-05-19 20:19:44 +02:00
Philippe Teuwen
026707b960
arm: fix prototypes
2020-05-11 13:48:57 +02:00
iceman1001
34adf411c3
layout, text, colors - mfu info, 15 info
2020-04-04 12:17:55 +02:00
unknown
ecaf919365
Hf15FindAfi WaitForResponse loop
2019-11-27 21:14:31 +02:00
unknown
931d115ef8
HF15FindAfi now uses reply_ng and added LeaveFieldOn option for HF15Raw
2019-11-27 15:11:43 +02:00
iceman1001
9f54495412
coverity 226214
2019-10-10 11:54:23 +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
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
544fb30ce6
typos
2019-07-23 21:40:01 +02:00
Philippe Teuwen
732bc766f9
Reduce some var scopes
2019-06-07 18:41:39 +02:00
Philippe Teuwen
4761ea13f7
MF_DBGLEVEL => DBGLEVEL (pm3 side)
2019-06-06 10:05:09 +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
482db05741
Rename few stuff for consistency
2019-04-18 12:49:51 +02:00
iceman1001
6bba17b1e7
unused
2019-04-09 20:36:06 +02:00
iceman1001
7eee2acfbf
more crc overshadow
2019-04-07 12:10:52 +02:00
iceman1001
c4920d7179
fix crc overshadowing
2019-04-07 12:07:50 +02:00
Philippe Teuwen
a52a0bf537
args names
2019-04-06 20:21:03 +02:00