Fixed ls_m module generate function sig
parent
e39f8d423a
commit
5c69be36c1
|
@ -73,7 +73,7 @@ class Module:
|
|||
if option in self.options:
|
||||
self.options[option]['Value'] = value
|
||||
|
||||
def generate(self):
|
||||
def generate(self, obfuscate=False, obfuscationCommand=""):
|
||||
|
||||
filePath = self.options['Path']['Value']
|
||||
filePath += '/'
|
||||
|
|
Loading…
Reference in New Issue