메소드 | 설명 | |
---|---|---|
GenerateHash ( byte fwid, byte iTunesDB ) : byte[] | ||
GenerateHash ( byte fwid, byte iTunesDB, int sizeOfHeaders ) : byte[] | ||
GenerateHash ( string fwid, byte iTunesDB ) : byte[] | ||
GenerateHash ( string fwid, byte iTunesDB, int sizeOfHeaders ) : byte[] |
메소드 | 설명 | |
---|---|---|
Gcd ( int a, int b ) : int | ||
GenerateKey ( byte fwid, byte key ) : void | ||
Lcm ( int a, int b ) : int |
public static GenerateHash ( byte fwid, byte iTunesDB ) : byte[] | ||
fwid | byte | |
iTunesDB | byte | |
리턴 | byte[] |
public static GenerateHash ( byte fwid, byte iTunesDB, int sizeOfHeaders ) : byte[] | ||
fwid | byte | |
iTunesDB | byte | |
sizeOfHeaders | int | |
리턴 | byte[] |
public static GenerateHash ( string fwid, byte iTunesDB ) : byte[] | ||
fwid | string | |
iTunesDB | byte | |
리턴 | byte[] |
public static GenerateHash ( string fwid, byte iTunesDB, int sizeOfHeaders ) : byte[] | ||
fwid | string | |
iTunesDB | byte | |
sizeOfHeaders | int | |
리턴 | byte[] |