Support adding and removing new Ultralight C keys

This commit is contained in:
noproto
2024-11-10 16:19:44 -05:00
parent 147a81c38e
commit c3b8c54aa0
15 changed files with 409 additions and 24 deletions

View File

@@ -702,7 +702,7 @@ void mfkey(ProgramState* program_state) {
keys_dict_add_key(user_dict, keyarray[i].data, sizeof(MfClassicKey));
}
if(keyarray_size > 0) {
dolphin_deed(DolphinDeedNfcMfcAdd);
dolphin_deed(DolphinDeedNfcKeyAdd);
}
free(nonce_arr);
keys_dict_free(user_dict);