C# Class RPCV2Lib.rpcCracker

Summary description for rpcCracker.
Show file Open project: petebarber/NFS Class Usage Examples

Public Methods

Method 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

Method Description
Convert ( Byte data, uint offset ) : uint

Method Details

Dump() public method

public Dump ( string what ) : void
what string
return void

Dump() public static method

public static Dump ( string what, Byte data, int length ) : void
what string
data Byte
length int
return void

getData() public method

public getData ( ) : Byte[]
return Byte[]

get_String() public method

public get_String ( ) : String
return String

get_char() public method

public get_char ( ) : char
return char

get_uint32() public method

public get_uint32 ( ) : uint
return uint

jump() public method

public jump ( uint offset ) : void
offset uint
return void

rpcCracker() public method

public rpcCracker ( Byte data ) : System
data Byte
return System