-
Website
http://toxicsoftware.com/ -
Original page
http://toxicsoftware.com/macfuse-with-objective-c/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
schwa
20 comments · 2 points
-
Alexander Mikhalev
1 comment · 1 points
-
myxibrium
1 comment · 1 points
-
somegeekintn
1 comment · 1 points
-
Stewf
2 comments · 1 points
-
-
Popular Threads
-
ICE Amsterdam 09
3 weeks ago · 1 comment
-
ICE Amsterdam 09
Is it possible to have a VFS mounted in only one applications address space? I'm trying to find a way to encrypt a directory of python scripts and have them mounted virtually inside the host application in order to make it harder for hackers to see whats going on. Basically I don't want to mount the FS and then have it accessible via the Finder for example, only in the application that mounts it (I presume this is possible via the C API)
Possible?
I dont think you can mount something completely privately like that. I think you can suprress the notifications that get sent when a volume is mounted though.
But can't you do what you're trying to with normal python .zip format modules?
Thats very very interesting to learn about! Does it handle encryption though? That would be perfect!
There's no encryption in (Mac) FUSE or my objc wrapper.