class TurboRex::MSRPC::MIDL::ProcFormatString
Attributes
cparser[RW]
header[R]
param_desc[R]
Public Class Methods
new(procfs_stream, typefs_stream, cparser)
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 250 def initialize(procfs_stream, typefs_stream, cparser) @procfs_stream = procfs_stream @typefs_stream = typefs_stream @cparser = cparser end
Public Instance Methods
decompile()
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 256 def decompile end
fs_length()
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 260 def fs_length end
Private Instance Methods
parse_proc_fs_header_stream(stream)
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 266 def parse_proc_fs_header_stream(stream) end