C# Class ZombieAPI.RemoteObject

Represents a game object in the memory Provides several helper functions.
Afficher le fichier Open project: jariz/jZm

Protected Properties

Свойство Type Description
BaseOffset int
Mem RemoteMemory
Offset int
Position int

Méthodes protégées

Méthode Description
Move ( int amount ) : void

Add xxx bytes to the current position

aInt ( ) : int

Move 4 bytes

aLong ( ) : int

Move 8 bytes

aShort ( ) : int

Move 2 bytes

aString ( ) : int
aVec ( int type ) : int

Move 4 * VecType bytes

imove ( int z ) : int

Method Details

Move() protected méthode

Add xxx bytes to the current position
protected Move ( int amount ) : void
amount int The amount of bytes to skip
Résultat void

aInt() protected méthode

Move 4 bytes
protected aInt ( ) : int
Résultat int

aLong() protected méthode

Move 8 bytes
protected aLong ( ) : int
Résultat int

aShort() protected méthode

Move 2 bytes
protected aShort ( ) : int
Résultat int

aString() protected méthode

protected aString ( ) : int
Résultat int

aVec() protected méthode

Move 4 * VecType bytes
protected aVec ( int type ) : int
type int Vector type (2, 3, 4)
Résultat int

imove() protected méthode

protected imove ( int z ) : int
z int
Résultat int

Property Details

BaseOffset protected_oe property

The current offset from the beginning
protected int BaseOffset
Résultat int

Mem protected_oe property

The associated RemoteMemory object
protected RemoteMemory,ZombieAPI Mem
Résultat RemoteMemory

Offset protected_oe property

The current offset from the start of the object
protected int Offset
Résultat int

Position protected_oe property

Current offset of the reader.
protected int Position
Résultat int