Exemple #1
0
 def lpc_patch(t_self, resources, elf, binf):
     """Patch an elf file"""
     t_self.notify.debug("LPC Patch: %s" % os.path.split(binf)[1])
     patch(binf)
Exemple #2
0
 def lpc_patch(t_self, resources, elf, binf):
     """Patch an elf file"""
     t_self.debug("LPC Patch: %s" % os.path.split(binf)[1])
     patch(binf)