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

Feature Request: Increase unit testing for folders walk. #296

Open moonD4rk opened 10 months ago

moonD4rk commented 10 months ago

Feature Description

Due to frequent changes in the locally stored file system of Chromium, it is necessary to increase more unit tests that traverse folders to cope with local file changes.

Could use afero to simulate creating a folder environment for the current local files of Chromium.

Why is this feature needed?

Increase program robustness to prevent the occurrence of bugs.

Checklist

Screenshots/Videos

If applicable, add screenshots or videos to help explain your proposal.

Additional Context

Add any other context or screenshots about the feature request here.