mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 13:41:18 -07:00
Fixed so standard libraries can be used, added an example script, and fixed so all hf.mf-ops can be called
This commit is contained in:
parent
806dc07542
commit
5a92cb525e
3 changed files with 38 additions and 71 deletions
|
@ -6,7 +6,7 @@ print("hf.mf:",hf.mf);
|
|||
print("and now... ");
|
||||
print("hf.mf.mifare",hf.mf.mifare);
|
||||
|
||||
hf.mf.mifare("");
|
||||
hf.mf.nested("");
|
||||
|
||||
|
||||
function foo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue