ADD: added the possibility to choose which block num to attack with "hf mf mifare" Before it only worked on block 0.
This commit is contained in:
@@ -202,7 +202,7 @@ int CmdLegicLoad(const char *Cmd) {
|
||||
}
|
||||
|
||||
char line[80];
|
||||
int offset = 0, j;
|
||||
int offset = 0;
|
||||
uint32_t data[8] = {0x00};
|
||||
|
||||
while ( fgets(line, sizeof(line), f) ) {
|
||||
|
||||
Reference in New Issue
Block a user