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-30 21:15:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
347a4d5effc6d3f39ffef10bb2f0f3aa18a4372e
proxmark3
/
include
History
iceman1001
b097e10aa3
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
..
ansi.h
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
at91sam7s512.h
Newer Atmel define file, fixes some typos, adds a few new defines
2023-08-29 11:24:32 +02:00
common.h
Refactor the concatbits function to support both MSB and LSB first src
2025-03-15 15:21:58 +08:00
config_gpio.h
Added led order parameter (for Proxmark3 Easy board)
2024-02-18 12:57:26 +01:00
desfire.h
Adapting license headers, WIP
2022-01-08 00:40:52 +01:00
em4x50.h
textual
2024-04-22 09:23:22 +02:00
em4x70.h
em4x70
--par
deprecation: Step 4: remove client references to client->arm field that used to store this
2025-06-09 14:03:05 -07:00
hitag.h
Refactor hitag config_page_t for better memory alignment
2025-03-22 20:54:13 +08:00
iclass_cmd.h
style
2025-07-08 21:15:09 +02:00
iso14b.h
missed is
2024-01-16 15:44:42 +01:00
iso15.h
style
2025-06-30 14:28:24 +02:00
iso18.h
hf felica: add FeliCa Lite-S authentication
2025-07-31 07:44:13 +09:00
legic.h
added legic view command, and converted OLD -> NG comms
2022-02-14 09:19:35 +01:00
mifare.h
Add support for polling loop annotations
2025-04-09 12:31:21 +03:00
pm3_cmd.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
pmflash.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
protocol_vigik.h
make style
2023-01-14 22:22:04 +01:00
protocols.h
Replace all μ(greek small letter mu, UTF-8 \xce\xbc) to µ(micro sign, UTF-8 \xc2\xb5)
2025-03-19 19:21:01 +08:00
proxmark3_arm.h
make all device side HTS messages DBGlevel extended
2024-09-14 22:00:52 +02:00
usart_defs.h
Add option to override default USART baud rate in platform settings
2025-05-09 15:53:30 +02:00
zx8211.h
Adapting license headers, WIP
2022-01-08 00:40:52 +01:00