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-04-25 23:02:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea10002efceff66f43418f810ecf8cb533bdcf02
proxmark3
/
common_arm
History
iceman1001
c33f10f56b
style
2026-04-03 11:46:58 +07: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
fix: use strip() when comparing PLATFORM_DEFS to avoid spurious rebuilds
2026-03-09 23:26:45 -07:00
ticks.c
style
2026-04-03 11:46:58 +07:00
ticks.h
Introduce 'GetTickCountLabel' for detecting RTCC reconfigurations
2026-03-31 20:42:15 +03: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