This website requires JavaScript.
Explore
Help
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-06-05 10:42:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0af0a80cc0ce321192db21fbed1c56e9202c9e2
proxmark3
/
include
T
History
kormax
226f049599
Make clearing the trace an explicit flag in FeliCa module
2026-04-25 20:26:44 +03: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
Added led order parameter (for Proxmark3 Easy board)
2024-02-18 12:57:26 +01:00
desfire.h
…
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
Fix for circular buffer error during hf iclass sim
2026-04-17 03:00:14 +08:00
iso14b.h
…
iso15.h
style
2025-06-30 14:28:24 +02:00
iso18.h
Make clearing the trace an explicit flag in FeliCa module
2026-04-25 20:26:44 +03:00
legic.h
…
mifare.h
Remove unused ISO14A_COMMAND flags
2026-03-26 17:16:44 +02:00
pm3_cmd.h
Add 'hf.field.timeout' to prefs
2026-03-31 12:02:23 +03: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
Annotate more FeliCa commands with 'hf felica list'
2026-04-12 12:40:20 +03:00
proxmark3_arm.h
make all device side HTS messages DBGlevel extended
2024-09-14 22:00:52 +02:00
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
…