Map class methods to instance
git-svn-id: file:///home/svn/framework3/trunk@6931 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
02443b3721
commit
8cb6cee2d1
|
@ -87,6 +87,14 @@ class Meterpreter < Rex::Post::Meterpreter::Client
|
||||||
def type
|
def type
|
||||||
self.class.type
|
self.class.type
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def platform
|
||||||
|
self.class.platform
|
||||||
|
end
|
||||||
|
|
||||||
|
def binary_suffix
|
||||||
|
self.class.binary_suffix
|
||||||
|
end
|
||||||
|
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue