C# Class Recurity.Swf.AVM1.ActionCall

Blitzableiter ActionCall represents the Adobe AVM1 ActionCall
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
ActionCall ( ) : System

Calls a subroutine

Méthodes protégées

Méthode Description
Parse ( System sourceStream, byte sourceVersion ) : void

While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Method Details

ActionCall() public méthode

Calls a subroutine
public ActionCall ( ) : System
Résultat System

Parse() protected méthode

While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream to read from
sourceVersion byte The version
Résultat void

ParseFrom() protected méthode

Parses the action from a string array
protected ParseFrom ( ) : bool
Résultat bool

Render() protected méthode

protected Render ( System outputStream ) : ulong
outputStream System
Résultat ulong