C# Class Connection_Patcher.Patcher

Inheritance: IDisposable
Show file Open project: Arctium-Emulation/Tools Class Usage Examples

Public Properties

Property Type Description
binary byte[]

Public Methods

Method Description
Dispose ( ) : void
Finish ( ) : void
Patch ( byte bytes, short pattern, long address ) : void
Patcher ( string file ) : System

Private Methods

Method Description
SearchOffset ( short pattern ) : long

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Patch() public method

public Patch ( byte bytes, short pattern, long address ) : void
bytes byte
pattern short
address long
return void

Patcher() public method

public Patcher ( string file ) : System
file string
return System

Property Details

binary public property

public byte[] binary
return byte[]