site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=kUiptry1CYxmdWE10CmiVAQe1dg9KEAgJfPhtHcCxSLRs/b+br9O+JJjuu9Gb9Lz0xh8qladSkBLh99SbSdwJATthQ5MRgjEvEQ2K4QPgaddGfjaKBxXwfW0CoMuJg7oiZgBFW00fWCOZlYf/yC3Lk3TJkkrpr6xKtmTUjH5Q1A= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=Hwg4obngW/wqXWkpHEHRlMcVyTYehcqj/z1UO4EBsxBfGZUdB5tfOQbczMtR12gHMw8MzbgKfkA9bXcaYFh+m/2+xJwII9YuS1QquqhS9aOzJP3hzmyntSZo9RlosEEnoNboeqhnhTiBNkJbCFiLIy7ficxrqzehmSS2fltfXho= On Jul 3, 2007, at 7:48 PM, Dave Keck wrote: Hey, Perhaps you could implement something like this? Dave On Jul 3, 2007, at 2:26 PM, Thomas Inskip wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Thanks. It looks like I may have to implement something similar. Not trivial, and obviously hackable, but better than nothing. I'm fairly sure this patent is referring to Apple's method of encrypting certain binaries (Finder, Dock, etc.) which can "only" (I think it's been cracked now?) be decrypted with the "Dont Steal Mac OS X.kext" kernel extension (check out your /System/ Library/Extensions folder). A very nice article on the subject can be found here: http:// www.osxbook.com/book/bonus/chapter7/binaryprotection/ This may be slightly off topic, but does anyone know of any object code obfuscators which will work with mach-o binaries (PPC and x86)? I've looked around but haven't had much luck. The only product even remotely related I've been able to find is a C/C++ source code obfuscator from stunnix (http://stunnix.com/prod/cxxo/ overview.shtml), which I assume won't much good in terms obfuscating the generated object code. Apparently Apple applied for a patent a couple years ago on some object code obfuscation technology (http://www.macsimumnews.com/ index.php/archive/ apple_files_patent_system_and_method_for_creating_tamper_resistant_co de/). But if they've done anything with it, they haven't made it public. Other than the somewhat irrelevant product from stunnix above, I haven't been able to find any other third party commercial or open source technologies. This email sent to site_archiver@lists.apple.com
participants (1)
-
Thomas Inskip