Fixed ls_m module generate function sig

readme-wiki
xorrior 2017-11-30 06:09:26 -08:00
parent 99a9a4a6fa
commit 6ddba3f0ee
1 changed files with 1 additions and 1 deletions

View File

@ -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 += '/'