Difference between revisions of "/System/Library/SystemConfiguration"

From The iPhone Wiki
Jump to: navigation, search
(New page: 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 ca...)
 
Line 7: Line 7:
 
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
 
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.
 
"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"?

Revision as of 23:10, 5 September 2010

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"?