mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
amii tool now using fileutils
This commit is contained in:
parent
9293a25e3e
commit
bb0d309304
4 changed files with 18 additions and 20 deletions
|
@ -33,15 +33,6 @@ void amiitool_usage(void) {
|
|||
);
|
||||
}
|
||||
|
||||
static bool LoadAmiikey(nfc3d_amiibo_keys keys, char *keyfile) {
|
||||
|
||||
if (!nfc3d_amiibo_load_keys(&keys, keyfile)) {
|
||||
PrintAndLogEx(ERR, "Could not load keys from '%s'", keyfile);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
self = argv[0];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue