mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
initial bruteforce module
This commit is contained in:
parent
4e24d463e7
commit
85f1785ccb
5 changed files with 267 additions and 12 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "BigBuf.h"
|
||||
#include "spiffs.h"
|
||||
#include "appmain.h" // tear
|
||||
#include "bruteforce.h"
|
||||
|
||||
// Sam7s has several timers, we will use the source TIMER_CLOCK1 (aka AT91C_TC_CLKS_TIMER_DIV1_CLOCK)
|
||||
// TIMER_CLOCK1 = MCK/2, MCK is running at 48 MHz, Timer is running at 48/2 = 24 MHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue