Commit graph

19062 commits

Author SHA1 Message Date
Iceman
c34068bc94
Merge pull request #2512 from douniwan5788/concatbits
refactor: move concatbits() to commonutil
2024-09-16 19:41:17 +02:00
douniwan5788
e5c0007f0b refactor: move concatbits() to commonutil 2024-09-17 01:00:32 +08:00
iceman1001
805dc99b97 lf search - now tries to read out hitag2 data with the paxton key. 2024-09-15 18:19:28 +02:00
Iceman
c9531ae62b
Merge pull request #2510 from douniwan5788/fix_uid
Fix Hitag S get uid
2024-09-15 17:45:48 +02:00
Philippe Teuwen
fbef3c0a21 Should allow reproducible builds 2024-09-15 14:10:08 +02:00
iceman1001
32058894ea style 2024-09-15 13:16:35 +02:00
iceman1001
3ea655c86d text 2024-09-15 11:43:05 +02:00
douniwan5788
ec827887bf fix: keep error msgs until we have proper error codes to diff them on the client side 2024-09-15 12:56:51 +08:00
douniwan5788
e15356ab0e fix: hts_read_uid 2024-09-15 12:56:51 +08:00
douniwan5788
662b194e56 refactor: hitag S code sytle & cleanup 2024-09-15 12:56:51 +08:00
Philippe Teuwen
17bfed94da mfkey64: abort if key recovery failed 2024-09-15 00:10:21 +02:00
iceman1001
febaa64b4d make all device side HTS messages DBGlevel extended 2024-09-14 22:00:52 +02:00
iceman1001
d715871df8 ....fix type 2024-09-14 21:07:15 +02:00
iceman1001
d1029ce281 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-09-14 21:05:19 +02:00
iceman1001
db1b28f327 rename hts read/write commands to rdbl/wrbl to match rest of the client. added a lf hitag hts reader comamnd, modified the lf search to identify hitag2/s/82xx in the chipset detection 2024-09-14 21:00:42 +02:00
Iceman
395d16c741
Merge pull request #2509 from douniwan5788/0em410
fix: all zeros is a valid Em410x too
2024-09-14 18:40:48 +02:00
iceman1001
dd32fceb54 support function 2024-09-14 18:38:28 +02:00
iceman1001
34e00146c6 change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
douniwan5788
8609322871 fix: all zeros is a valid Em410x too 2024-09-14 23:49:46 +08:00
iceman1001
20a0bc3a81 style 2024-09-14 15:03:29 +02:00
iceman1001
9ebe5ae8dd text 2024-09-14 14:55:23 +02:00
iceman1001
a636d97551 remove non informative message 2024-09-14 14:24:03 +02:00
iceman1001
fc17873e1d fix xpression compared to zero 2024-09-14 14:22:25 +02:00
iceman1001
ec33873738 fix wrong type 2024-09-14 14:20:34 +02:00
iceman1001
8f9ca98f6c fix narrow type .. 2024-09-14 14:19:20 +02:00
iceman1001
4af367f66f fix ats 2024-09-14 14:16:36 +02:00
iceman1001
0fe568970b style 2024-09-13 13:44:16 +02:00
iceman1001
77e94c8047 use DEFINES instead 2024-09-13 13:43:32 +02:00
iceman1001
65cf65dc96 ATS printing can be an issue since some magic cards doesnt treat ATS properly. This will lessen the garbage output 2024-09-13 13:42:34 +02:00
iceman1001
cd0ce47d89 when dumping memory also try the MFC_B key 2024-09-13 13:40:24 +02:00
iceman1001
7a5d1b1ddf clean 2024-09-13 13:39:04 +02:00
iceman1001
618451048e allow for a reply to be sent when simulating iclass 2024-09-13 13:38:25 +02:00
iceman1001
c83a15fd18 clean 2024-09-13 13:37:57 +02:00
iceman1001
ccf8d8b754 fix #2501 the parallel execution of "make -j check" created a race condition in the static nonces tests. 2024-09-13 13:37:27 +02:00
Iceman
c6f98036d5
Merge pull request #2508 from douniwan5788/cmdread
fix: `lf cmdread` silent lost CRC
2024-09-13 13:28:23 +02:00
Iceman
9509990590
Merge pull request #2506 from douniwan5788/82xx_doc
doc: update 82xx
2024-09-13 13:27:36 +02:00
Iceman
1853d557ed
Merge pull request #2507 from douniwan5788/hitag_names
style: Hitag names
2024-09-13 13:26:13 +02:00
Iceman
3e4f1576c4
Merge pull request #2505 from douniwan5788/8268
Added support for 8268/8310
2024-09-13 13:25:49 +02:00
douniwan5788
424a467132 fix: lf cmdread silent lost CRC 2024-09-13 19:15:11 +08:00
douniwan5788
1358a54019 doc: update 82xx 2024-09-13 17:16:01 +08:00
douniwan5788
375eb612e8 style: Hitag names 2024-09-13 17:15:37 +08:00
douniwan5788
0c7964084c feat: Added lf em 410x clone --hts clone EM410x ID to 8268/8310 2024-09-13 17:06:15 +08:00
douniwan5788
3860942e55 feat: Added support for 8268/8310 2024-09-13 17:06:15 +08:00
Iceman
edb74d084e
Merge pull request #2503 from elboulangero/fix-readme-location
mkversion: Fix readme location
2024-09-13 08:37:56 +02:00
Arnaud Rebillout
09bcc13f2b mkversion: Fix readme location
While building proxmark3 in an environment without `git` installed, I
noticed the following errors on stderr:

```
mkversion create test                   env: 'git': No such file or directory
stat: cannot statx '../README.md': No such file or directory
```

The first line "env: 'git': No such file or directory" is expected, as
git is not installed.

However, the second line "stat: cannot statx '../README.md': No such
file or directory" is a real error: we're running from top-level
directory, so the correct path for README.md is just "README.md".
2024-09-13 10:44:39 +07:00
Iceman
89ec45354e
Merge pull request #2502 from evildaemond/master
Simple Trace Parsing LUA Library
2024-09-12 11:21:04 +02:00
Adam Jon Foster
e2c2b9cc9f
Rename trace_parse to trace_parse.lua
Fixed file extension

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-12 16:29:32 +08:00
Adam Jon Foster
bbcd2d35d9
Create trace_parse
Created a Trace Parser Library to just have something to allow for lua scripts to be able to read .TRACE structured files. 

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-12 16:29:05 +08:00
Philippe Teuwen
5a95eb63df
Merge pull request #2499 from ZeroChaos-/master
add opencl support to CheckFileExist()
2024-09-12 00:02:27 +02:00
Rick Farina (Zero_Chaos)
cd90af34a0
add opencl support to CheckFileExist()
CheckExecute() has a flag to tell it if a check needs opencl support or
not and can automatically disable the check if opencl checks are not
requested.  Mostly copy and paste the same feature into CheckFileExist
and add it where needed.
2024-09-11 16:21:29 -04:00