C# Class ContraCrack.Util.MPRESS

Afficher le fichier Open project: contra/DotCrack

Méthodes publiques

Méthode 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 méthode

public static GetPackedAssembly ( string fileName, byte &outBytes ) : bool
fileName string
outBytes byte
Résultat bool

UnpackBytes() public static méthode

public static UnpackBytes ( byte c, byte &a, int l ) : bool
c byte
a byte
l int
Résultat bool

lzmat() public static méthode

public static lzmat ( byte byteArray1, byte byteArray2, int int1 ) : int
byteArray1 byte
byteArray2 byte
int1 int
Résultat int