Method | Description | |
---|---|---|
CheckResources ( ) : void | ||
ConsoleWrite ( string str, ConsoleColor color ) : void | ||
ConsoleWriteLine ( string str, ConsoleColor color ) : void | ||
Delay ( double SecondsToDelay ) : void | ||
DeviceIsCompatible ( string board ) : bool | ||
ExecuteCommand ( object command ) : void | ||
ExecuteCommandAndGetOutput ( string command ) : string | ||
ExecuteCommandAsync ( string command ) : void | ||
GetFileSizeOnDisk ( string file ) : long | ||
GetFirmwareURL ( string device, string firmwarebuild ) : string | ||
GetImagePathFromBuildManifest ( string image ) : string | ||
GetTheiPhoneWikiDeviceName ( string board ) : string | ||
GetValueByKey ( object>.Dictionary |
||
HasInternetConnection ( ) : bool | ||
MakeKeysFileForOpensn0w ( string fileLocation ) : void | ||
MakeKeysFileForPastie ( string fileLocation ) : void | ||
MakeKeysFileForTheiPhoneWiki ( string fileLocation ) : void | ||
ParseBuildManifestInfo ( string Key ) : string | ||
ParseRestorePlist ( string RestorePlistPath ) : void | ||
PwnDevice ( string board ) : void | ||
SearchAndReplace ( string file, string searchFor, string replaceWith ) : bool | ||
SearchDeviceInMode ( string mode, bool libirecovery = false ) : bool | ||
SetClipboardDataObject ( object data ) : void | ||
UnzipAll ( string ZipFile, string TargetDir ) : void | ||
UnzipFile ( string ZipFile, string TargetDir, string FileInZip ) : void | ||
UnzipFile ( string ZipFile, string TargetDir, string FileInZip, ulong BytesToExtract ) : void | ||
dmg_extract ( string _in, string _out, string key ) : string | ||
genpass ( string platform, string ramdisk, string filesystem ) : string | ||
hfsplus_extractall ( string image, string path, string dest ) : string | ||
irecovery ( string cmd ) : string | ||
irecovery_cmd ( string cmd ) : string | ||
irecovery_fbecho ( string str ) : string | ||
irecovery_file ( string file ) : string | ||
irecovery_getenv ( string var ) : string | ||
xpwntool ( string infile, string outfile ) : string | ||
xpwntool ( string infile, string outfile, string iv, string key ) : string |
Method | Description | |
---|---|---|
GetCompressedFileSizeW ( [ lpFileName, [ lpFileSizeHigh ) : uint | ||
GetDiskFreeSpaceW ( [ lpRootPathName, uint &lpSectorsPerCluster, uint &lpBytesPerSector, uint &lpNumberOfFreeClusters, uint &lpTotalNumberOfClusters ) : int | ||
Sleep ( double milliseconds ) : void |
public static ConsoleWrite ( string str, ConsoleColor color ) : void | ||
str | string | |
color | ConsoleColor | |
return | void |
public static ConsoleWriteLine ( string str, ConsoleColor color ) : void | ||
str | string | |
color | ConsoleColor | |
return | void |
public static Delay ( double SecondsToDelay ) : void | ||
SecondsToDelay | double | |
return | void |
public static DeviceIsCompatible ( string board ) : bool | ||
board | string | |
return | bool |
public static ExecuteCommand ( object command ) : void | ||
command | object | |
return | void |
public static ExecuteCommandAndGetOutput ( string command ) : string | ||
command | string | |
return | string |
public static ExecuteCommandAsync ( string command ) : void | ||
command | string | |
return | void |
public static GetFileSizeOnDisk ( string file ) : long | ||
file | string | |
return | long |
public static GetFirmwareURL ( string device, string firmwarebuild ) : string | ||
device | string | |
firmwarebuild | string | |
return | string |
public static GetImagePathFromBuildManifest ( string image ) : string | ||
image | string | |
return | string |
public static GetTheiPhoneWikiDeviceName ( string board ) : string | ||
board | string | |
return | string |
public static GetValueByKey ( object>.Dictionary |
||
dict | object>.Dictionary | |
key | string | |
return | string |
public static HasInternetConnection ( ) : bool | ||
return | bool |
public static MakeKeysFileForOpensn0w ( string fileLocation ) : void | ||
fileLocation | string | |
return | void |
public static MakeKeysFileForPastie ( string fileLocation ) : void | ||
fileLocation | string | |
return | void |
public static MakeKeysFileForTheiPhoneWiki ( string fileLocation ) : void | ||
fileLocation | string | |
return | void |
public static ParseBuildManifestInfo ( string Key ) : string | ||
Key | string | |
return | string |
public static ParseRestorePlist ( string RestorePlistPath ) : void | ||
RestorePlistPath | string | |
return | void |
public static PwnDevice ( string board ) : void | ||
board | string | |
return | void |
public static SearchAndReplace ( string file, string searchFor, string replaceWith ) : bool | ||
file | string | |
searchFor | string | |
replaceWith | string | |
return | bool |
public static SearchDeviceInMode ( string mode, bool libirecovery = false ) : bool | ||
mode | string | |
libirecovery | bool | |
return | bool |
public static SetClipboardDataObject ( object data ) : void | ||
data | object | |
return | void |
public static UnzipAll ( string ZipFile, string TargetDir ) : void | ||
ZipFile | string | |
TargetDir | string | |
return | void |
public static UnzipFile ( string ZipFile, string TargetDir, string FileInZip ) : void | ||
ZipFile | string | |
TargetDir | string | |
FileInZip | string | |
return | void |
public static UnzipFile ( string ZipFile, string TargetDir, string FileInZip, ulong BytesToExtract ) : void | ||
ZipFile | string | |
TargetDir | string | |
FileInZip | string | |
BytesToExtract | ulong | |
return | void |
public static dmg_extract ( string _in, string _out, string key ) : string | ||
_in | string | |
_out | string | |
key | string | |
return | string |
public static genpass ( string platform, string ramdisk, string filesystem ) : string | ||
platform | string | |
ramdisk | string | |
filesystem | string | |
return | string |
public static hfsplus_extractall ( string image, string path, string dest ) : string | ||
image | string | |
path | string | |
dest | string | |
return | string |
public static irecovery ( string cmd ) : string | ||
cmd | string | |
return | string |
public static irecovery_cmd ( string cmd ) : string | ||
cmd | string | |
return | string |
public static irecovery_fbecho ( string str ) : string | ||
str | string | |
return | string |
public static irecovery_file ( string file ) : string | ||
file | string | |
return | string |
public static irecovery_getenv ( string var ) : string | ||
var | string | |
return | string |
public static xpwntool ( string infile, string outfile ) : string | ||
infile | string | |
outfile | string | |
return | string |
public static xpwntool ( string infile, string outfile, string iv, string key ) : string | ||
infile | string | |
outfile | string | |
iv | string | |
key | string | |
return | string |