C# Class Recurity.Swf.AVM1.ActionCall

Blitzableiter ActionCall represents the Adobe AVM1 ActionCall
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionCall ( ) : System

Calls a subroutine

Protected Methods

Method 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 method

Calls a subroutine
public ActionCall ( ) : System
return System

Parse() protected method

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
return void

ParseFrom() protected method

Parses the action from a string array
protected ParseFrom ( ) : bool
return bool

Render() protected method

protected Render ( System outputStream ) : ulong
outputStream System
return ulong