Looking for virtual registry/virtual file system projects

509 Views Asked by At

I'm looking for an open source project that implements a virtual regsitry and/or virtual file system that I can use in my application. I want to able to make pseudo changes to the registry (read/write) while having no influence on the real registry.

2

There are 2 best solutions below

0
On

PhysicsFS is a C virtual filesystem. Unluckily it doesn't provide a C++ interface, still it's the best one I found when I was looking for one.

It allow you to mount some directories in a virtual filesystem in read mode, plus one in write mode.

2
On

You can use boxedapp. it's dll for work with virtual registry.