class TurboRex::MSRPC::MIDL::ParamDesc
Attributes
stack_offset[R]
stream[R]
typefs[R]
Public Class Methods
new(stream, typefs_stream, cparser, stack_index=nil)
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 277 def initialize(stream, typefs_stream, cparser, stack_index=nil) @stream = stream @typefs_stream = typefs_stream # IStream object @cparser = cparser @stack_index = stack_index end
Public Instance Methods
decompile()
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 284 def decompile end
fs_length()
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 288 def fs_length end