Simple Zip Drive is a high-performance, user-mode filesystem utility that allows you to mount ZIP, 7Z, and RAR archives as virtual drives or NTFS directory mount points. Built on the DokanNet library, it provides seamless, read-only access to compressed data without the need for manual extraction.
Stars
13
Forks
0
Watchers
13
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
87
commits
fix(zipfs): remove executable file handling and commented logging code
5ce5fa6View on GitHubfeat(stats,version): add usage statistics reporting and bump version to 1.9.1
e8fb2b3View on GitHubfeat(deps): bump SharpCompress from 0.47.0 to 0.47.4
ba7b9c6View on GitHubfeat(version): bump assembly and file version to 1.9
58a679dView on GitHubfix(zipfs,logging,program,update): enhance error handling, regex security, and UX improvements
3fb1408View on GitHubfix(zipfs): remove null check for logErrorAction parameter in constructor
d0111ccView on GitHubfix(zipfs): enhance error handling for archive data corruption
7fc9250View on GitHubfeat(deps): bump SharpCompress from 0.46.3 to 0.47.0
a97d69eView on GitHubfix(zipfs): use raw SID string to prevent IdentityNotMappedException
b717f69View on GitHubrefactor(zipfs): remove auto-executable extraction and proxy launching
2f0dab4View on GitHubrefactor(zipfs): replace launcher proxy executable with batch files
f43947cView on GitHubfeat(zipfs): add launcher proxy for executable execution
14df4a6View on GitHubfeat(zipfs): add executable extraction and caching support
edc6702View on GitHub