Add more mutations
Step 1: Add the function
class MalwareManipulator(object):
def add_your_mutation(self, seed=None):
# self.bytez is the variable that stores the binary
# you can make modifications to self.bytez
# return self.bytez
def overlay_append(self, seed=None):Last updated