0% found this document useful (0 votes)
127 views1 page

The Easy Stuff

This document defines a filter that will match any process that is part of the UIKit bundle or is one of the executables mobactivationd or lockdownd. The filter will match these processes regardless of whether they were launched through the terminal or the Finder.

Uploaded by

Brayan Villa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views1 page

The Easy Stuff

This document defines a filter that will match any process that is part of the UIKit bundle or is one of the executables mobactivationd or lockdownd. The filter will match these processes regardless of whether they were launched through the terminal or the Finder.

Uploaded by

Brayan Villa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

Filter = {
Bundles = (
"com.apple.UIKit",
);
Executables = (
mobactivationd,
lockdownd,
);
Mode = Any;
};
}

You might also like