You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.8Windows
revision: Windows 10 Pro 22H2The text was updated successfully, but these errors were encountered: