C# Class Recurity.Swf.AVM1Modifier.ModLib

Show file Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
AddVariable ( string name, string value ) : void

AddVariableRandomString ( string name ) : void

ApplyAll ( AVM1Code codeToBePatched ) : void

ModLib ( ) : System

Method Details

AddVariable() public method

public AddVariable ( string name, string value ) : void
name string
value string
return void

AddVariableRandomString() public method

public AddVariableRandomString ( string name ) : void
name string
return void

ApplyAll() public method

public ApplyAll ( AVM1Code codeToBePatched ) : void
codeToBePatched AVM1Code
return void

ModLib() public method

public ModLib ( ) : System
return System