C# 클래스 SaltTPF.KFreonZipCrypto

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Blocks byte[]
tpfkey byte[]

공개 메소드들

메소드 설명
DecryptData ( ZipReader entry, byte block, int start, int count ) : byte[]
GetBlocks ( ) : byte[]
KFreonZipCrypto ( ZipReader entry, byte block, int start, int count ) : System

비공개 메소드들

메소드 설명
DecryptBlock ( byte block, int offset, int count, UInt32 Keys, CRC32 crcgen ) : void
InitCipher ( byte password, CRC32 crcgen ) : System.UInt32[]
MagicByte ( UInt32 Keys ) : byte
UpdateKeys ( byte byteval, UInt32 Keys, CRC32 crcgen ) : System.UInt32[]

메소드 상세

DecryptData() 공개 메소드

public DecryptData ( ZipReader entry, byte block, int start, int count ) : byte[]
entry ZipReader
block byte
start int
count int
리턴 byte[]

GetBlocks() 공개 메소드

public GetBlocks ( ) : byte[]
리턴 byte[]

KFreonZipCrypto() 공개 메소드

public KFreonZipCrypto ( ZipReader entry, byte block, int start, int count ) : System
entry ZipReader
block byte
start int
count int
리턴 System

프로퍼티 상세

Blocks 공개적으로 프로퍼티

public byte[] Blocks
리턴 byte[]

tpfkey 공개적으로 프로퍼티

public byte[] tpfkey
리턴 byte[]