Commit Graph

9696 Commits

Author SHA1 Message Date
Philippe Teuwen cb5aacd33a make style 2022-04-29 16:44:38 +02:00
Philippe Teuwen 4d264fa63c Preparing EM4100 clone to EM4305 2022-04-29 16:44:38 +02:00
Philippe Teuwen f25c7b1179 text 2022-04-29 15:45:45 +02:00
Philippe Teuwen 7d0910a5ac fix lf cmdread help 2022-04-27 22:54:44 +02:00
iceman1001 da81c6806b style 2022-04-19 19:01:04 +02:00
iceman1001 77520ce489 fix lf sniff input values to be atleast a bit limited 2022-04-10 13:17:21 +02:00
iceman1001 159d5ffd1a fix #1661 - hf sniff shall ignore lf config settings 2022-04-09 19:04:31 +02:00
iceman1001 8d9dd8b346 make style 2022-04-09 18:48:13 +02:00
iceman1001 c5dd07fe8e make hint italic 2022-04-09 17:32:57 +02:00
Iceman c0725dcf05 Merge pull request #1659 from wh201906/plot_tip
Show a tip in the plot window
2022-04-09 17:21:31 +02:00
wh201906 87350205a5 Show a tip in the plot window 2022-04-08 21:15:05 +08:00
wh201906 4a8f425379 Fix a bug in "lf config"
When executing "lf config --reset", the averaging will be 0 rather than 1(default).
This is because the config.averaging is set to 1 at first.(line 621)
Then this argument is overwritten unconditionally by
"config.averaging = (avg == 1);"(line 634)
2022-04-08 19:50:38 +08:00
Robyn 7130d74426 Update cmdhfmfu.c
corrected spelling of ultralight (from ultraligth) in the error message of hf mfu ndefread
2022-04-04 00:57:22 +01:00
iceman1001 26603ad80a text 2022-04-02 15:44:55 +02:00
iceman1001 8a95a62b00 textual 2022-04-02 14:07:34 +02:00
iceman1001 fb5ba83569 added skeleton for HF NTAG424 category of commands 2022-04-02 14:06:16 +02:00
Iceman abcc061251 Merge pull request #1649 from Doridian/fix/build-arm32
Make NEON build detection a bit more robust and work on 32-bit ARM
2022-04-01 07:29:57 +02:00
Mark Dietzer 4f345be6e8 Make NEON build detection a bit more robust 2022-03-31 18:29:44 -07:00
iceman1001 6f8eb7e4b6 maur keys 2022-03-31 23:21:50 +02:00
iceman1001 d4f5e729a1 make hf 14a apdufind less verbose in default output 2022-03-31 23:20:26 +02:00
Iceman 8ccda0ea91 Merge pull request #1645 from Doridian/fix/no-lowercase-commands-json
Remove force lowercasing of commands.json
2022-03-30 18:04:00 +02:00
Iceman 5a9432f78a Merge pull request #1646 from lnv42/master
Fix USB communications when receiving empty frames
2022-03-30 18:03:20 +02:00
Alex bc339c65e2 Update hf_14a_i2crevive
fixed broken apdus
2022-03-30 12:17:15 +01:00
Yann GASCUEL 6bc37bb33d fix usb communications when receiving empty frame
E.g. before this fix, iso15 (and probably others) raw commands
expecting results but with no answer from the tag where showing the
previously received commands instead of : "[!] /!\ command failed"
2022-03-30 12:00:14 +02:00
Mark Dietzer b2e701d3fd Remove force lowercasing of commands.json 2022-03-29 11:08:37 -07:00
Mark Dietzer d7a652e397 Check for aarch64 as well 2022-03-29 10:25:01 -07:00
Mark Dietzer ce8f89ccdb Fix --aid in examples for mfdes chk 2022-03-29 09:52:00 -07:00
Mark Dietzer bf75841930 fix compile CI windows hopefully 2022-03-29 08:19:35 -07:00
Mark Dietzer 436bfff41e rename COMPILER_HAS_SIMD to COMPILER_HAS_SIMD_X86 2022-03-29 07:32:11 -07:00
Doridian 62704db5ed Add very basic feature flagging for NEON 2022-03-28 23:06:40 -07:00
Doridian c868e54734 Minimal change to utilize ARM NEON capabilities 2022-03-28 11:42:21 -07:00
iceman1001 9d1e75a9b5 --verbose now also prints the keys 2022-03-27 10:48:18 +02:00
iceman1001 b9baae4b32 --verbose flag now also prints a found value block in cyan color and the decoded value 2022-03-26 20:00:01 +01:00
iceman1001 492ea52dfa adding clone option 2022-03-25 02:24:52 +01:00
iceman1001 2cfe69d92c Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2022-03-24 14:24:51 +01:00
Philippe Teuwen 84e1784335 em4305 tearoff: fix displayed delays 2022-03-24 13:08:21 +01:00
iceman1001 758e7d9d2b improve hf mf wrbl with text and a new param --force to make sure user understands when writing to block 0. 2022-03-24 12:30:48 +01:00
iceman1001 cdf079a0c1 less false positives with indala. Check ratio of zeros in demod. 2022-03-23 23:03:23 +01:00
iceman1001 77e6626c9c textual 2022-03-23 22:40:53 +01:00
iceman1001 732a47944c remove verbose output. less crap on lf search 2022-03-23 22:39:36 +01:00
iceman1001 95d1631bed style 2022-03-23 18:22:03 +01: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 42498fd755 Merge pull request #1618 from nemanjan00/iso15693_read_multi
Add first and last block for ISO15693_READ_MULTI_BLOCK to command list
2022-03-22 17:59:33 +01:00
nemanjan00 5c9693529c Get output with UID 2022-03-22 00:55:37 +01:00
nemanjan00 24d3094012 Check cmd size 2022-03-21 21:34:38 +01:00
Iceman 0f98e177ba Merge pull request #1632 from equipter/master
Update changelog & rename hf_i2c_recovery.lua
2022-03-20 21:44:00 +01:00
Andy 82227e6690 rename hf_i2c_recovery to hf_14a_i2crevive
changed the name to more specific designation :)
2022-03-20 20:41:07 +00:00
Iceman d5bbb54c86 Merge pull request #1630 from equipter/master
Create hf_i2c_recovery.lua
2022-03-20 21:02:23 +01:00
Benjamin DELPY 568236b265 Minor fix for EV2 XL Signature 2022-03-20 20:16:54 +01:00
Andy c79cba4bcc Create hf_i2c_recovery.lua
helps unbrick soft locked i2cs (xsiids)
2022-03-20 18:53:12 +00:00