Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::Post::Meterpreter::Extensions::Stdapi::Railgun::DLLFunction

represents one function, e.g. MessageBoxW

Attributes

params[R]
return_type[R]
windows_name[R]

Public Class Methods

new(return_type, params, windows_name) click to toggle source
# File lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb, line 54
def initialize(return_type, params, windows_name)
        check_return_type(return_type) # we do error checking as early as possible so the library is easier to use
        check_params(params)
        @return_type = return_type
        @params = params
        @windows_name = windows_name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.