Object
# File lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_shell32.rb, line 11 def self.create_dll(dll_path = 'shell32') dll = DLL.new(dll_path, ApiConstants.manager) dll.add_function('IsUserAnAdmin', 'BOOL', [ ]) return dll end
[Validate]
Generated with the Darkfish Rdoc Generator 2.