moonD4rk / HackBrowserData

Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).
MIT License
11.2k stars 1.57k forks source link

fix: Improve error handling in browsing data and file copying functions #261

Closed moonD4rk closed 10 months ago

moonD4rk commented 10 months ago

Fix the bug that causes the program to unexpectedly exit when unable to open a file for copying.

This error mainly occurs when the database file is being used by another process, especially in the case of files storing cookies.

Currently, only skipping the error is possible; other methods are required for a complete fix.

Close

Ref