コード例 #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)
コード例 #2
0
ファイル: __init__.py プロジェクト: SoCM/ELEC143
 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)