C# 클래스 ContraCrack.Util.MPRESS

파일 보기 프로젝트 열기: contra/DotCrack

공개 메소드들

메소드 설명
GetPackedAssembly ( string fileName, byte &outBytes ) : bool
UnpackBytes ( byte c, byte &a, int l ) : bool
lzmat ( byte byteArray1, byte byteArray2, int int1 ) : int

메소드 상세

GetPackedAssembly() 공개 정적인 메소드

public static GetPackedAssembly ( string fileName, byte &outBytes ) : bool
fileName string
outBytes byte
리턴 bool

UnpackBytes() 공개 정적인 메소드

public static UnpackBytes ( byte c, byte &a, int l ) : bool
c byte
a byte
l int
리턴 bool

lzmat() 공개 정적인 메소드

public static lzmat ( byte byteArray1, byte byteArray2, int int1 ) : int
byteArray1 byte
byteArray2 byte
int1 int
리턴 int