-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hf mf cload #51
Comments
json will be here with #50 and can be easily integrated into old parts of code |
I'm adding some function stubs for you, in the process of unifying the load / save files from proxmark client. |
ok) |
alright then, Got a beginning for it. Load EML / BIN , but how to make a swap based on file existence? or? |
how are we doing with the json stuff? |
1 similar comment
how are we doing with the json stuff? |
not now( i was very busy at work. i think from Monday)))) |
Don't stress it. |
Describe the bug
Since the name template change of filenames when saving dump files etc, the template starts with h , as in "hf-mf-UID.bin" or similar. All older commands still not adapted, they assume if first char is 'h' its a request for helptext.
To Reproduce
Steps to reproduce the behavior:
the help text is shown..
Expected behavior
Expected behavior is to load the file
Additional context
All older commands should have a param 'f' as for indicating a filename entry.
this is a breaking change from old style command which uses without a param but only filename.
Also all commands should be able to load eml/bin without having to choose. in fileutils.c should have support for auto-detect and load of those two kinds of formats. In the future I see also support for reading json,
The text was updated successfully, but these errors were encountered: