This website requires JavaScript.
Explore
Help
Register
Sign In
dandri
/
proxmark3
Watch
1
Star
0
Fork
0
You've already forked proxmark3
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2026-03-29 08:29:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad3885a9bb56b15b4b73c6ad679743c5598e3044
proxmark3
/
common_arm
History
Philippe Teuwen
64247b33b1
Init PLATFORM_DEFS
2026-03-01 21:00:05 +01:00
..
clocks.c
Adapting license headers, WIP
2022-01-08 00:40:52 +01:00
clocks.h
Adapting license headers, WIP
2022-01-08 00:40:52 +01:00
flashmem.c
this commit refactors the signature checks. First we introduce a common pm3 generic private / public key pair in order to allow for users to self sign their own modded device. The verification checks now looks at both hard coded public keys. If a vendor wants to add their own public key thus allowing for a simple way for us to identify their devices they can now do so. The downside is that the firmware mismatch detection becomes a bit dodgy.
mem info; mem info -v; mem info -s -p <filename.pem>; mem info -s -p <filename.pem> -w
contains the changes. OBS! when
-w
be careful to not overwrite your genuine RDV4 signature. As always, with great power comes great responsibility
2025-09-25 19:44:36 +02:00
flashmem.h
this commit refactors the signature checks. First we introduce a common pm3 generic private / public key pair in order to allow for users to self sign their own modded device. The verification checks now looks at both hard coded public keys. If a vendor wants to add their own public key thus allowing for a simple way for us to identify their devices they can now do so. The downside is that the firmware mismatch detection becomes a bit dodgy.
mem info; mem info -v; mem info -s -p <filename.pem>; mem info -s -p <filename.pem> -w
contains the changes. OBS! when
-w
be careful to not overwrite your genuine RDV4 signature. As always, with great power comes great responsibility
2025-09-25 19:44:36 +02:00
ldscript.common
fix ldscript
2022-01-08 01:12:37 +01:00
Makefile.common
Revert "Release v4.21128 - Permafrost"
2026-02-25 16:15:01 +01:00
Makefile.hal
Init PLATFORM_DEFS
2026-03-01 21:00:05 +01:00
ticks.c
added Ultralight-C simulation. hf mfu sim -t 13. Use eload first. Also added support to upload UL-C dictionaries and UL-AES to spiffs memory. A lot of textual reworked across client. Unifiy texts and a bit more color ;)
2025-06-19 17:26:20 +02:00
ticks.h
added a ticks delta function, handles overflow situations much better
2024-02-20 06:51:29 +01:00
usb_cdc.c
fixing the other loop types
2024-11-15 19:28:36 +01:00
usb_cdc.h
improve cardhopper to improve reliability when parts of the packet are buffered
2024-11-02 19:53:23 +10:00