This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
proxmark3
Watch
1
Star
1
Fork
0
You've already forked proxmark3
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2026-05-09 03:00:07 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
64a5b048e52d1d710ca51f33552ec164bf9e8591
proxmark3
/
client
History
iceman1001
c66e781a9c
annotation of the hitag2 protocol now properly identifies different parts without shifting of whole hex arrays. Took the idea from RFIdler (@adamLLaurie) where he treats it like a binary string instead. It works. Problem: We use whole bytes in our logging protocol and Hitag2 uses 5, 10, 32, 64 bits commands. START_AUTH is 11000, which as a MSB aligned byte is 0xC0. Now we shift it down to LSB centered and 11000 becomes 0x18. This reduces all issues with handing the rest of the array. \n\nTake note that our protocol uses whole bytes. I had to print out number of actually captured bits in the trace log now. Otherwise 65 or 71 bits would not look any different but will not work when used with other tools. This also means we abuse the logging protocol by using the parity byte arry to store number of "left over bits" in the par[0] position.
2024-03-26 15:04:39 +01:00
..
cmdscripts
Add dummy cmdscripts/example.cmd for tests
2021-10-11 20:28:39 +02:00
deps
Revert "Release v4.18341 - Zenith"
2024-03-20 23:31:54 +01:00
dictionaries
text
2024-03-19 12:39:15 +01:00
experimental_client_with_swig
…
experimental_lib
Revert "Release v4.18341 - Zenith"
2024-03-20 23:31:54 +01:00
include
Be more CONSTant with the parameters we will not modify
2022-01-17 14:56:47 -08:00
lualibs
text
2023-12-06 22:16:53 +01:00
luascripts
fix miscchecks
2024-03-19 11:18:33 +01:00
pyscripts
Update intertic.py to support Besançon / Ginko
2024-03-15 19:00:26 +01:00
resources
Update Slovenian DESfire AIDs
2024-03-21 13:46:48 +01:00
src
annotation of the hitag2 protocol now properly identifies different parts without shifting of whole hex arrays. Took the idea from RFIdler (@adamLLaurie) where he treats it like a binary string instead. It works. Problem: We use whole bytes in our logging protocol and Hitag2 uses 5, 10, 32, 64 bits commands. START_AUTH is 11000, which as a MSB aligned byte is 0xC0. Now we shift it down to LSB centered and 11000 becomes 0x18. This reduces all issues with handing the rest of the array. \n\nTake note that our protocol uses whole bytes. I had to print out number of actually captured bits in the trace log now. Otherwise 65 or 71 bits would not look any different but will not work when used with other tools. This also means we abuse the logging protocol by using the parity byte arry to store number of "left over bits" in the par[0] position.
2024-03-26 15:04:39 +01:00
atr_scrap_pcsctools.py
unify text, improving mfu info output, and fixed some bugs with card uid not used in the fingerprinting
2024-02-04 23:19:43 +01:00
CMakeLists.txt
Revert "Release v4.18341 - Zenith"
2024-03-20 23:31:54 +01:00
default_keys_dic2lua.awk
…
emojis_scrap_github.py
license
2022-01-14 21:22:26 +01:00
Makefile
Revert "Release v4.18341 - Zenith"
2024-03-20 23:31:54 +01:00
pm3_cmd_h2lua.awk
…
README-bitlib
…
update_amiibo_tools_lua.py
style
2023-06-02 10:45:04 +02:00