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

Is it necessary to additionally define BASE_IDB_FILE_PATH under Windows? #838

Open
flyqie opened this issue Jun 19, 2023 · 0 comments
Open

Comments

@flyqie
Copy link

flyqie commented Jun 19, 2023

Description

Currently, BASE_IDB_FILE_PATH in idb/common/constants.py appears to be hardcoded to /tmp/idb, which in Windows creates a tmp/idb folder for the partition you are currently on.

Once the partition is switched, the previous configuration information cannot be associated.

Reproduction

cd C:\
idb connect COMPANION_HOST COMPANION_PORT
idb list-targets
cd D:\
idb list-targets

Solution

I'm not quite sure where the best data storage location should be under Windows, but I don't think the current behavior is a good decision.

Additional Information

  • idb revision: v1.1.8
  • Windows revision: Windows 10 Pro 22H2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant