Skip to content
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

[idea] Better dump file path layout #753

Open
xianglin1998 opened this issue Jun 2, 2020 · 4 comments
Open

[idea] Better dump file path layout #753

xianglin1998 opened this issue Jun 2, 2020 · 4 comments
Labels
enhancement New feature or request Request

Comments

@xianglin1998
Copy link
Contributor

I think it's very troublesome to put dump files and executable files together. In some cases, a good file path arrangement can make users happy, especially when deleting or compressing all dumps.

I recommend keeping the dump in a separate subdirectory, such as "/dumps" (when not installed) relative to the executable. Or relative to the user working directory.

: ) Thanks.

@xianglin1998 xianglin1998 added Request enhancement New feature or request labels Jun 2, 2020
@xianglin1998
Copy link
Contributor Author

sp

Look, complex mixture.

@iceman1001
Copy link
Collaborator

iceman1001 commented Jun 2, 2020

Yes, not a new idea and its already in the pipe line, with the new preference command.
In the next step we will enable a user to have a default save path for dumps, traces and configurable within the preference.json file. see https://github.com/RfidResearchGroup/proxmark3/blob/master/client/src/preferences.c#L59 We are having a discussion about how to make it the nicest user experince, and how not to break expectations of a command execution when running from shell like ./pm3 -c 'data save xxxx'

@xianglin1998
Copy link
Contributor Author

Wow, It's a cool implementation. What can I do for you?

@iceman1001
Copy link
Collaborator

First is finishing the libpm3 branch. Which will unify how to call pm3 client. This will affect your current android implementation located at client/android folder.
Then save paths or redirect printf calls will be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Request
Projects
None yet
Development

No branches or pull requests

2 participants