The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/System/Library/SystemConfiguration"
m (category mark) |
(Adding parents.) |
||
Line 9: | Line 9: | ||
Does anybody know how to de-bundle a "Mach-O bundle arm"? |
Does anybody know how to de-bundle a "Mach-O bundle arm"? |
||
+ | |||
+ | == Parents == |
||
+ | {{parent|System|Library}} |
||
[[Category:Filesystem]] |
[[Category:Filesystem]] |
Latest revision as of 11:36, 28 August 2015
This is a directory with some tools to control the iPhone settings.
For instance, there is:
WiFiManager.bundle
which is a directory with, apparently, an executable WiFiManager that can operate the wifi network. However, I seem not to be able to execute this, because it is of type "Mach-O bundle arm". I think it should be "Mach-O executable arm" in order to be run directly form the command line.
Does anybody know how to de-bundle a "Mach-O bundle arm"?