C# Class RPCV2Lib.rpcCracker

Summary description for rpcCracker.
Afficher le fichier Open project: petebarber/NFS Class Usage Examples

Méthodes publiques

Méthode Description
Dump ( string what ) : void
Dump ( string what, Byte data, int length ) : void
getData ( ) : Byte[]
get_String ( ) : String
get_char ( ) : char
get_uint32 ( ) : uint
jump ( uint offset ) : void
rpcCracker ( Byte data ) : System

Private Methods

Méthode Description
Convert ( Byte data, uint offset ) : uint

Method Details

Dump() public méthode

public Dump ( string what ) : void
what string
Résultat void

Dump() public static méthode

public static Dump ( string what, Byte data, int length ) : void
what string
data Byte
length int
Résultat void

getData() public méthode

public getData ( ) : Byte[]
Résultat Byte[]

get_String() public méthode

public get_String ( ) : String
Résultat String

get_char() public méthode

public get_char ( ) : char
Résultat char

get_uint32() public méthode

public get_uint32 ( ) : uint
Résultat uint

jump() public méthode

public jump ( uint offset ) : void
offset uint
Résultat void

rpcCracker() public méthode

public rpcCracker ( Byte data ) : System
data Byte
Résultat System