Sha256: 167e1ad5915c534f3b3522719c8edcca3879fde4ac7e47dd225f0058b48247d0
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
module Rex module Post module Meterpreter module Extensions module Stdapi module Railgun module Def class Def_shell32 def self.create_dll(dll_path = 'shell32') dll = DLL.new(dll_path, ApiConstants.manager) dll.add_function('IsUserAnAdmin', 'BOOL', [ ]) return dll end end end; end; end; end; end; end; end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.65 | lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_shell32.rb |