C# Class ContraCrack.Transformers.ENCracker

Inheritance: ITransformer
Show file Open project: contra/DotCrack Class Usage Examples

Public Methods

Method Description
ENCracker ( string fileLoc ) : System
Load ( ) : void
Save ( ) : void
Transform ( ) : void

Method Details

ENCracker() public method

public ENCracker ( string fileLoc ) : System
fileLoc string
return System

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Transform() public method

public Transform ( ) : void
return void