"TPM DRM" In Mac OS X
Thursday, January 31st, 2008A Myth That Won’t Die
A Myth That Won’t Die
Several years ago, while I was working at the IBM Almaden Research Center, we came up with a security mechanism called the Assured Execution Environment (AxE). We had implementations for Windows XP and Mac OS X. (Although AxE supports code signing as a feature, it’s not the same—in any case, this was long before code [...]
A few weeks ago, I released as open source a MacFUSE-based process file system for Mac OS X. I recently added several new features to this procfs implementation. Some of these features are "cool" in that they put a new twist on certain types of visual information. For example, there’s a folder /proc/system/hardware/displays/ that contains [...]
We did a MacFUSE talk at Google last week: Video on YouTube
Details on taking a snapshot of the memory and register state of a running process on Mac OS X, including source for a user-space program that does that.
People are welcome to join us at Google on Thursday, May 24, for an open-to-public talk on all things MacFUSE. I’m told that “Doors open at 6:30PM at Google’s Mountain View campus. Guests should plan to sign in at Building 41 reception upon arrival. Refreshments will be served…” Here’s an abstract: File systems provide one [...]
I’ve made available a MacFUSE-Based process file system for Mac OS X. Source code is included.
MacFUSE 0.2.5 and SSHFS for MacFUSE 0.2.0 bring several important and useful updates to the user. Changelog for MacFUSE Changelog for SSHFS
On the MacFUSE Project Page, you now have a new release of MacFUSE Core. Please be sure to upgrade as this fixes a nasty bug. Besides, in the filesystems-objc subdirectory, you’ll find source for the Objective-C library that we used to create the file systems shown in the MacFUSE Tech Demos video. You will also [...]
A new release is up at the MacFUSE project page. 0.2.0 adds several new features and fixes several bugs. New features include support for kqueue/kevent, advisory locking, full extended attributes support, support for extended security (ACLs), support for “direct I/O” (this allows the user-space file system to return less data than the file’s size, and [...]