The Vision


Encrypted Files

Posted in by Michael Lorant on the April 16th, 2006

Kernel support files

Original DVD location: /System/Installation/Packages/Essentials.pkg/Contents/Archive.pax.gz

/mach_kernel
/System/Library/Extensions/System.kext
/System/Library/Extensions/IPFirewall.kext
/System/Library/Frameworks/Kernel.framework

Encrypted files in Mac OS X

/Library/CoreServices/Dock.app/Contents/MacOS/Dock
/Library/CoreServices/Finder.app/Contents/MacOS/Finder
/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/ATSServer
/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds
/Library/PrivateFrameworks/DiskImages.framework/Versions/A/Resources/diskimages-helper
/usr/libexec/oah/translate
/usr/libexec/oah/translated

10.4.6

translate
translated
ATSServer
mds
loginwindow

10.4.4/10.4.5

Dock
Finder
diskimages-helper
SystemUIServer

Extracting Pax Archives

pax -r -f Archive.pax ./System/Library/Extensions/System.kext

Installing Packages

installer -verbose -target / -pkg pkg

Mounting DMG

hdiutil attach dmg

Rebuild Kernel Extension Cache

kextcache -e -z -a i386

Leave a Reply

You must be logged in to post a comment.