lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb in librex-0.0.63 vs lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb in librex-0.0.65

- old
+ new

@@ -4,19 +4,19 @@ module Extensions module Stdapi module Railgun class DLLWrapper attr_reader :_client, :_dll - + def initialize(dll, client) @_dll = dll @_client = client end # For backwards compatability. People check if functions are added this way # XXX: Depricate this def functions - # warn 'Depricated.' + # warn 'Depricated.' _dll.functions end def method_missing(sym, *args) _dll.call_function(sym, args, _client)