메소드 | 설명 | |
---|---|---|
Apply ( byte file ) : byte[] | ||
Apply ( string path ) : byte[] | ||
ChangeOffsets ( ulong offset, int length ) : bool | ||
ChangesOffset ( ulong offset ) : bool | ||
Clone ( ) : object |
Creates a deeb copy of the object
|
|
GetData ( ) : ].int[ | ||
UPSfile ( byte originalFile, byte newFile ) : System | ||
UPSfile ( string filePath ) : System |
Creates a new UPS patch from UPS file
|
|
ValidToApply ( byte file ) : bool | ||
WriteToFile ( string path ) : void | ||
operator ( ) : |
메소드 | 설명 | |
---|---|---|
CalculatePatchCRC32 ( ) : uint | ||
Decrypt ( byte pointer ) : ulong | ||
Encrypt ( ulong offset ) : byte[] | ||
ToBinary ( ) : byte[] | ||
UPSfile ( ulong changedOffsets, byte XORbytes, uint originalFileCRC32, uint newFileCRC32, ulong oldFileSize, ulong newFileSize ) : System |
public ChangeOffsets ( ulong offset, int length ) : bool | ||
offset | ulong | |
length | int | |
리턴 | bool |
public UPSfile ( byte originalFile, byte newFile ) : System | ||
originalFile | byte | |
newFile | byte | |
리턴 | System |
public UPSfile ( string filePath ) : System | ||
filePath | string | A path to an existing, valid UPS path. |
리턴 | System |