C# Class OculusUnityPluginHackTool.PluginDll

Mostrar archivo Open project: eVRydayVR/OculusUnityPluginHackTool Class Usage Examples

Public Properties

Property Type Description
Filename string
Version string

Public Methods

Method Description
GetOffset ( string patchName ) : int
HashWithPatchPoints ( byte fileContent, IntRange>.Dictionary patchPoints ) : byte[]
Matches ( byte fileContent ) : bool
PluginDll ( string version, string filename, byte hash, IntRange>.Dictionary patchPoints ) : System

Private Methods

Method Description
GetSelectedHasher ( ) : HashAlgorithm

Method Details

GetOffset() public method

public GetOffset ( string patchName ) : int
patchName string
return int

HashWithPatchPoints() public static method

public static HashWithPatchPoints ( byte fileContent, IntRange>.Dictionary patchPoints ) : byte[]
fileContent byte
patchPoints IntRange>.Dictionary
return byte[]

Matches() public method

public Matches ( byte fileContent ) : bool
fileContent byte
return bool

PluginDll() public method

public PluginDll ( string version, string filename, byte hash, IntRange>.Dictionary patchPoints ) : System
version string
filename string
hash byte
patchPoints IntRange>.Dictionary
return System

Property Details

Filename public_oe property

public string Filename
return string

Version public_oe property

public string Version
return string