What is com.apple.Dont_Steal_Mac_OS_X

23,827

Solution 1

http://forums.macnn.com/90/mac-os-x/335611/dont-steal-mac-os-x-kernel/

Your karma check for today:
There once was was a user that whined
his existing OS was so blind,
he'd do better to pirate
an OS that ran great
but found his hardware declined.
Please don't steal Mac OS!
Really, that's way uncool.
(C) Apple Computer, Inc.

Solution 2

In addition to putting the "Your karma check for today: ..." string in memory,

I think it contains the code that decrypts certain other encrypted kexts and the Finder (which is partially encrypted, too).

Some of the hacks to make OS X run on non-Apple hardware distribute the encrypted kexts and the Finder in an unencrypted format, which makes it easy to go after them for DMCA violation (circumventing encryption for the purposes of infringing copyright). Distributing an unencrypted kext, which is copyrighted by Apple is distributing copyrighted works without a license.

(From the same link as Marc's answer)

Share:
23,827
kent
Author by

kent

OSX & iOS developer

Updated on April 10, 2021

Comments

  • kent
    kent about 3 years

    com.apple.Dont_Steal_Mac_OS_X is a IOResources provider...

    Class Inheritance: Dont_Steal_Mac_OS_X : IOService : IORegistryEntry : OSObject

    how does it work?

    what does it do?