A command-line FAT32 file system emulator developed as a university course project. This application simulates the core functionalities of a FAT32 file system, operating on a local disk image file ...
vfspp is a C++ Virtual File System header-only library that allows manipulation of files from memory, zip archives, or native filesystems as if they were part of a single native filesystem. This is ...