mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make style
This commit is contained in:
parent
44d7c54be7
commit
ee8b9ca74b
14 changed files with 229 additions and 170 deletions
|
@ -59,11 +59,11 @@ static uint64_t const MATTYRUN_MFC_DEFAULT_KEYS[] = {
|
|||
0x0123456789AB,
|
||||
0x123456789ABC,
|
||||
|
||||
// You could add more keys from, e.g, mfc_default_keys.dic here.
|
||||
// However, be aware that more keys means longer brute-force times
|
||||
// and too many keys will resuolt in running out of memory.
|
||||
// See https://github.com/RfidResearchGroup/proxmark3/pull/2377#issuecomment-2112658439
|
||||
// for a rough benchmark.
|
||||
// You could add more keys from, e.g, mfc_default_keys.dic here.
|
||||
// However, be aware that more keys means longer brute-force times
|
||||
// and too many keys will resuolt in running out of memory.
|
||||
// See https://github.com/RfidResearchGroup/proxmark3/pull/2377#issuecomment-2112658439
|
||||
// for a rough benchmark.
|
||||
};
|
||||
|
||||
#endif /* HF_MATTYRUN_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue