This website requires JavaScript.
Explore
Help
Sign In
dandri
/
proxmark3
Watch
1
Star
0
Fork
0
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2026-07-29 03:20:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ef4cbff8573f2b74975a9d4dccb45fd4aadef917
proxmark3
/
bootrom
T
History
iceman1001
5ac1ae2e06
when in bootrom mode, the arg0 variable needed to be zeroed out before usage. We assign arg0 from a message before but we can discard that information in this particular case. Its quite odd to see the assignment failing but empty it out seems to have fixed it.
2024-10-16 09:36:37 +02:00
..
obj
…
bootrom.c
when in bootrom mode, the arg0 variable needed to be zeroed out before usage. We assign arg0 from a message before but we can discard that information in this particular case. Its quite odd to see the assignment failing but empty it out seems to have fixed it.
2024-10-16 09:36:37 +02:00
flash-reset.s
…
ldscript-flash
…
Makefile
…
ram-reset.s
…