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 19:19:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
94720a4a6cd749fbfa45c43c0f3a757327a310ea
proxmark3
/
include
History
kormax
396032c2db
Remove unused ISO14A_COMMAND flags
2026-03-26 17:16:44 +02:00
..
ansi.h
✨
2026-03-02 12:50:34 +01:00
at91sam7s512.h
…
common.h
Make sure RAMFUNC is not inlined, else it won't be in RAM.
2026-02-11 14:19:05 +01:00
config_gpio.h
…
desfire.h
…
em4x50.h
…
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
use a define for iclass key size, even if it is same a block size.
2026-03-23 11:43:18 +07:00
iso14b.h
…
iso15.h
style
2025-06-30 14:28:24 +02:00
iso18.h
Add request specification version to 'hf felica info'
2026-03-05 20:30:30 +02:00
legic.h
…
mifare.h
Remove unused ISO14A_COMMAND flags
2026-03-26 17:16:44 +02:00
pm3_cmd.h
feat(14b): add interactive hf 14b tearoff command
2026-03-11 21:43:37 +01: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
…
protocols.h
Add universal node discovery for FeliCa
2026-03-09 18:58:08 +02:00
proxmark3_arm.h
…
seos_cmd.h
make style
2026-02-06 13:43:41 +01: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
…