Commit graph

15370 commits

Author SHA1 Message Date
wh201906
52c5a400ad
Update CHANGELOG.md 2022-04-08 19:54:49 +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
Iceman
aec3ff64e2
Merge pull request #1654 from wh201906/standalone_14a
Make HF_14ASNIFF standalone mode compatible with old PM3 (without flashmem)
2022-04-07 18:45:39 +02:00
Iceman
c52e6bbc53
Merge pull request #1655 from wh201906/standalone_14b
Add flashmem support for HF_14BSNIFF standalone mode
2022-04-07 18:45:07 +02:00
wh201906
eb1e94f385
Show DownloadTraceInstructions only when the trace data is written to the flashmem 2022-04-07 19:46:50 +08:00
wh201906
3d6c21e44a
Add flashmem support for HF_14BSNIFF standalone mode 2022-04-07 19:39:49 +08:00
wh201906
dc50563ce8
Make HF_14ASNIFF standalone mode compatible with old PM3 (without flashmem) 2022-04-07 16:21:02 +08:00
Iceman
190508339b
Merge pull request #1651 from R0BB13M/master
Update cmdhfmfu.c
2022-04-04 06:42:26 +02: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
5003e79214 added the new 14b sniff related 2022-04-03 06:23:19 +02:00
Iceman
bbe4a6e2d5
Merge pull request #1650 from jacopo-j/master
Implement 14b sniff standalone mode
2022-04-03 06:16:32 +02:00
Jacopo Jannone
26e6f1a584 Implement 14b sniff standalone mode 2022-04-03 02:25:35 +02: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
247790b833 text 2022-03-31 23:33:20 +02: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
Iceman
1b0bac5663
Merge pull request #1647 from equipter/master
Update hf_14a_i2crevive.lua
2022-03-30 18:00:15 +02:00
Alex
3b2b032870
Update Changelog.md 2022-03-30 12:26:24 +01: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
Iceman
78e99d3e36
Merge pull request #1644 from Doridian/fix/linux-arm64
Fix ARM64 compilation and NEON detection in Linux
2022-03-29 20:02:49 +02:00
Mark Dietzer
d7a652e397 Check for aarch64 as well 2022-03-29 10:25:01 -07:00
Iceman
3e0946c564
Merge pull request #1643 from Doridian/fix/aid-mfdes-chk
Fix examples of mfdes chk
2022-03-29 18:57:28 +02:00
Mark Dietzer
ce8f89ccdb Fix --aid in examples for mfdes chk 2022-03-29 09:52:00 -07:00
Iceman
eabcac0aa6
Merge pull request #1642 from Doridian/feat/arm-neon
Add basic feature flagging for NEON
2022-03-29 18:45:47 +02: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
Iceman
03aa9e27c8
Merge pull request #1641 from Doridian/feat/arm-neon-default
Minimal change to utilize ARM NEON capabilities
2022-03-28 20:56:11 +02:00
Doridian
c868e54734 Minimal change to utilize ARM NEON capabilities 2022-03-28 11:42:21 -07:00
iceman1001
d5205e5a34 fix #1640 the btaddon compilation leaves the bigbuff malloc around 38kb. By lessen the fpga ring buffer to be 30kb instead leaves some room for a smaller bigbuff 2022-03-28 19:30:55 +02:00
Iceman
7fdcad8537
Merge pull request #1639 from Doridian/fix/compile-m1
Fix compilation on M1 Macs
2022-03-27 20:14:18 +02:00
Doridian
517ddf4bfc Fix compilation on M1 Macs 2022-03-27 11:09:44 -07:00
iceman1001
cce9edcd0f Disabling aesni detection on OSX 2022-03-27 11:05:49 +02:00
iceman1001
a98b9590c6 Disabling aesni detection on OSX 2022-03-27 11:03:13 +02:00
iceman1001
08284414b0 text 2022-03-27 10:49:08 +02:00
iceman1001
9d1e75a9b5 --verbose now also prints the keys 2022-03-27 10:48:18 +02:00
Iceman
1c07e9d1bb
Merge pull request #1638 from Doridian/fix/sha256sum-version
Sort filenames before hashing and force hashing in text mode
2022-03-27 08:33:14 +02:00
Doridian
cdd17a06b7 Sort filenames before hashing and force hashing in text mode to avoid inconsistencies 2022-03-26 23:08:54 -07:00
iceman1001
39b5a2a87d text 2022-03-26 20:00:10 +01: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