Difference between revisions of "/private/etc/rc.d/substrate"

From The iPhone Wiki
Jump to: navigation, search
m (Content should be first.)
 
Line 1: Line 1:
 
This script injects SubstrateLauncher.dylib into PID 1 (launchd).
 
This script injects SubstrateLauncher.dylib into PID 1 (launchd).
  +
== Parents ==
 
* {{parent|private|etc|rc.d}}
 
 
== Content ==
 
== Content ==
 
<pre>
 
<pre>
Line 7: Line 6:
 
exec /usr/bin/cynject 1 /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLauncher.dylib
 
exec /usr/bin/cynject 1 /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLauncher.dylib
 
</pre>
 
</pre>
  +
  +
== Parents ==
  +
* {{parent|private|etc|rc.d}}

Latest revision as of 10:27, 28 August 2015

This script injects SubstrateLauncher.dylib into PID 1 (launchd).

Content

#!/bin/bash
exec /usr/bin/cynject 1 /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLauncher.dylib

Parents

(root)/private/etc/rc.d