The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/private/etc/rc.d/substrate"
m (Rzhikharevich moved page /private/etc/substrate to /private/etc/rc.d/substrate: Invalid path) |
m (Content should be first.) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This script injects SubstrateLauncher.dylib into PID 1 (launchd). |
This script injects SubstrateLauncher.dylib into PID 1 (launchd). |
||
+ | |||
− | == Parents == |
||
− | * [[/private/etc/rc.d|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}} |