C# Class ContraCrack.Util.MPRESS

ファイルを表示 Open project: contra/DotCrack

Public Methods

Method Description
GetPackedAssembly ( string fileName, byte &outBytes ) : bool
UnpackBytes ( byte c, byte &a, int l ) : bool
lzmat ( byte byteArray1, byte byteArray2, int int1 ) : int

Method Details

GetPackedAssembly() public static method

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

UnpackBytes() public static method

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

lzmat() public static method

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