proxmark3/common
marshmellow42 0e2ddb4196 add data fsktonrz fsk cleaning util (#352)
add fsk cleaning / demod tool fsktonrz
- used old fskdemod for HID and adjusted it to build the tone tables for any fsk model detected or given.  using the tone tables we are able to convert the fsk to clear strong NRZ/ASK even with very weak fsk waves.
- also fixed a small textual bug in `lf search u` output
- also added more graph clearing code to help ensure the demod overlay doesn't show when it shouldn't...
- and improved strong NRZ clock detection.
- fixed bugs in places it used old static values instead of dynamic read values. and removed redundant items.
2017-07-12 07:31:42 +02:00
..
crapto1 fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c) 2017-04-11 18:55:33 +02:00
cmd.c CHG: Minor code clean up. 2015-01-07 20:40:22 +01:00
cmd.h Merge branch 'master' of https://github.com/Proxmark/proxmark3 2015-01-20 09:32:53 +01:00
crc.c give credit where credit is due 2015-03-13 14:00:11 -04:00
crc.h Fix typos 2016-02-11 23:03:15 +01:00
crc16.c Modified kermit crc to use existing crc calc code 2015-06-05 22:39:56 -04:00
crc16.h Modified kermit crc to use existing crc calc code 2015-06-05 22:39:56 -04:00
crc32.c FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. 2015-01-07 22:56:20 +01:00
crc32.h FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. 2015-01-07 22:56:20 +01:00
crc64.c scripting updates from @iceman1001 2015-05-13 21:14:35 -04:00
crc64.h scripting updates from @iceman1001 2015-05-13 21:14:35 -04:00
default_version.c Typos 2016-02-17 15:44:18 +01:00
iso14443crc.c "hf mf sniff" low level logics works. 2012-07-11 15:52:33 +00:00
iso14443crc.h "hf mf sniff" low level logics works. 2012-07-11 15:52:33 +00:00
iso15693tools.c Moved iclass crc to be based on a lookup table 2015-01-04 22:10:25 +01:00
iso15693tools.h Implement replay command. 2014-04-15 11:47:01 +01:00
ldscript.common Reclaim more than 19K of ARM flash memory. 2015-03-31 08:07:26 +02:00
legic_prng.c legic write/simulate [Anon] 2010-05-06 11:24:01 +00:00
lfdemod.c add data fsktonrz fsk cleaning util (#352) 2017-07-12 07:31:42 +02:00
lfdemod.h finish FSK graph index changes 2017-04-15 16:18:54 -04:00
Makefile.common Code cleanup: deduplicate crapto1 library (#228) 2017-03-09 11:12:50 +01:00
parity.c Refactor parity functions 2017-03-25 22:03:17 +01:00
parity.h Refactor parity functions 2017-03-25 22:03:17 +01:00
protocols.c iclass - updates 2017-06-21 17:07:55 -04:00
protocols.h lf improvements 2017-04-04 11:52:10 -04:00
sha1.c add @Iceman1001 s sha1 scripting changes. 2015-05-30 21:51:15 -04:00
sha1.h add @Iceman1001 s sha1 scripting changes. 2015-05-30 21:51:15 -04:00
usb_cdc.c more fixes to USB communication 2017-04-24 18:16:47 +02:00
usb_cdc.h Potential fix for 0-length usb packets seen on OSX 2015-07-17 00:01:58 +02:00