C# Class OculusUnityPluginHackTool.PluginDll

Afficher le fichier Open project: eVRydayVR/OculusUnityPluginHackTool Class Usage Examples

Méthodes publiques

Свойство Type Description
Filename string
Version string

Méthodes publiques

Méthode 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

Méthode Description
GetSelectedHasher ( ) : HashAlgorithm

Method Details

GetOffset() public méthode

public GetOffset ( string patchName ) : int
patchName string
Résultat int

HashWithPatchPoints() public static méthode

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

Matches() public méthode

public Matches ( byte fileContent ) : bool
fileContent byte
Résultat bool

PluginDll() public méthode

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

Property Details

Filename public_oe property

public string Filename
Résultat string

Version public_oe property

public string Version
Résultat string