C# Class ContraCrack.Transformers.MPRESSUnpacker

Inheritance: ITransformer
Afficher le fichier Open project: contra/DotCrack Class Usage Examples

Méthodes publiques

Méthode Description
Load ( ) : void
MPRESSUnpacker ( string fileLoc ) : System
Save ( ) : void
Transform ( ) : void
WriteByteArrayToFile ( byte buff, string fileName ) : bool

Method Details

Load() public méthode

public Load ( ) : void
Résultat void

MPRESSUnpacker() public méthode

public MPRESSUnpacker ( string fileLoc ) : System
fileLoc string
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

Transform() public méthode

public Transform ( ) : void
Résultat void

WriteByteArrayToFile() public méthode

public WriteByteArrayToFile ( byte buff, string fileName ) : bool
buff byte
fileName string
Résultat bool