Commit graph

391 commits

Author SHA1 Message Date
wh201906 eb1e94f385
Show DownloadTraceInstructions only when the trace data is written to the flashmem 2022-04-07 19:46:50 +08:00
wh201906 dc50563ce8
Make HF_14ASNIFF standalone mode compatible with old PM3 (without flashmem) 2022-04-07 16:21:02 +08:00
Jacopo Jannone 26e6f1a584 Implement 14b sniff standalone mode 2022-04-03 02:25:35 +02:00
iceman1001 7aeb462e18 convert 15readercommand to use NG frames. Removing the confusing of status and length of received package in same return param. Now returns proper status and length is a ref param 2022-03-23 17:37:40 +01:00
Iceman d4fece64ec
Merge pull request #1621 from lnv42/iso15sniff2sc
Improve iso15 sniffing: add support for dual subcarriers sniffing
2022-03-20 07:58:58 +01:00
Yann GASCUEL c5f216558c iso15sniff: add an "iclass" bool parameter to SniffIso15693()
This is required to disable ISO15 flags parsing when sniffing iClass
because those flags don't exist in iClass coms (iClass iso15 based
communications are always fast and using only one subcarrier).
2022-03-16 11:26:07 +01:00
Yann GASCUEL 9010a4b828 make HF_15SNIFF standalone mode compatible with old pm3 (without flash) 2022-03-08 10:10:17 +01:00
iceman1001 07855611e4 unify text 2022-02-24 18:03:19 +01:00
Uli Heilmeier 12ed4f1fdf Standalone mode hf_legicsim
Add a standalone mode to simulate Legic Prime dumps stored on flash
2022-02-15 17:26:05 +01:00
iceman1001 ec59acf64c style 2022-02-12 17:46:34 +01:00
Łukasz Jurczyk 0d62e01027
Added new standalone mode lf_em4100rsww 2022-02-10 17:49:58 +01:00
iceman1001 98d291f5b1 fix hf 14a sim, on device side a sneaky detection if data started with zero, it would treat it as uid is in emulator memory. Also fixed a size issue on flag 2022-01-22 18:29:11 +01:00
Philippe Teuwen 33ef5f4243 use ARRAYLEN 2022-01-09 14:25:10 +01:00
Philippe Teuwen e34870a732 text 2022-01-08 01:47:30 +01:00
Philippe Teuwen 8f402c5861 text 2022-01-08 01:26:51 +01:00
Nate Glaser a06c88e728 Makefile.hal change to remove 693 2022-01-07 19:18:41 -05:00
Nate Glaser 0579b8f63c Made requested changes -- I think 2022-01-07 19:07:29 -05:00
Nate Glaser 323248060e changed description 2022-01-07 18:16:41 -05:00
Nate Glaser d5842d9d92 changed beginning of 15693 sniff file 2022-01-07 18:12:28 -05:00
Nate Glaser 43fc71673a 15693 sniff - Makefile/hf_15693sniff.c 2022-01-07 18:02:08 -05:00
iceman1001 6bb301f4da cppcheck fixes for const 2022-01-06 23:07:47 +01:00
iceman1001 b98d518fd7 style 2022-01-06 19:41:45 +01:00
iceman1001 b55a33b1d7 cppcheck fixes for const 2022-01-06 15:22:36 +01:00
Philippe Teuwen b703bb746b Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
iceman1001 224e2f68b2 cppcheck fix 2022-01-04 07:36:31 +01:00
iceman1001 3491157345 cppcheck fixes and other minor stuff 2022-01-03 22:17:40 +01:00
iceman1001 e5b97dccf3 text 2021-12-31 11:19:30 +01:00
iceman1001 0d38da5de2 make style 2021-12-27 19:36:42 +01:00
iceman1001 69ffcd3185 wrong byte in rats, and adapted two standalone modes 2021-12-25 16:13:42 +01:00
amerinoj 4cecf039e5
fix hf_craftbyte.c emulation card types 2021-12-23 22:56:54 +01:00
Philippe Teuwen ce2148b22c namespace-protect static vars in standalone modes to avoid conflits when merged with dankarmulti 2021-12-13 01:56:57 +01:00
Philippe Teuwen 0b96ed9865 standalone: take examples not requiring flash in dankarmulti 2021-12-13 01:29:43 +01:00
Daniel Karling 380670bd21
Added explanation of how dankarmulti works 2021-11-27 19:43:23 +01:00
Daniel Karling 315e58dac4 Added standalone mode that can load multiple different modes 2021-11-20 22:01:09 +01:00
Łukasz Jurczyk 218a4ba2ec
Added ledcontrol to lf functions 2021-11-18 15:00:54 +01:00
Philippe Teuwen 88308ea727 typos 2021-10-10 01:35:45 +02:00
Philippe Teuwen 9f36ce1b9d cppcheck reduce variable scopes 2021-09-05 23:42:14 +02:00
Philippe Teuwen 7404695e46 remove tabs 2021-09-05 00:49:57 +02:00
iceman1001 78b48a6ce7 change default standalone mode to LF_SAMYRUN 2021-09-04 22:13:54 +02:00
Philippe Teuwen 847c3d531e missing include 2021-09-04 01:26:57 +02:00
Philippe Teuwen 2db34e0ad6 cppcheck invalid printf arg type 2021-09-04 00:54:59 +02:00
Philippe Teuwen 2ce30201b2 Fix lf em 410x watch and standalone bug introduced with Electra changes 2021-08-28 19:10:14 +02:00
Philippe Teuwen 5b54385347 rename globals 2021-08-21 23:08:26 +02:00
Philippe Teuwen f4f14317e1 rename typedef structs 2021-08-21 22:24:58 +02:00
Ray Lee 0b01b060cf fix naming convertion messes up 2021-08-17 13:02:22 +08:00
Ray Lee 5768ae9395 make style 2021-08-14 10:59:50 +08:00
Ray Lee dd340c60a2 make it better
Directly write into eml mem
Infinite loop
2021-08-14 10:50:28 +08:00
Ray Lee 14fb3fb118 only one loop 2021-08-12 13:46:46 +08:00
Ray Lee abb8e9f4c0 hs_mfcsim refactored
add multi cards support
2021-08-12 13:31:32 +08:00
Ray Lee 6d673b1063 fix uid 0000000 2021-08-09 18:58:47 +08:00