MCPcopy Create free account
hub / github.com/Bashfuscator/Bashfuscator / __init__

Method __init__

bashfuscator/core/mutators/command_obfuscator.py:73–84  ·  view source on GitHub ↗
(self, name, sizeRating, timeRating, binariesUsed, fileWrite, escapeQuotes, stub)

Source from the content-addressed store, hash-verified

71 """
72
73 def __init__(self, name, sizeRating, timeRating, binariesUsed, fileWrite, escapeQuotes, stub):
74 self.name = name
75 self.longName = self.name.replace(" ", "_").lower()
76 self.sizeRating = sizeRating
77 self.timeRating = timeRating
78 self.binariesUsed = binariesUsed
79 self.fileWrite = fileWrite
80 self.escapeQuotes = escapeQuotes
81 self.stub = stub
82
83 self.mangler = None
84 self.randGen = None
85
86 def genStub(self, userCmd):
87 """

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected