def _loadFile(self, fileName, bytes=None): return elf.ELF(fileName, bytes)
def _loadFile(self, fileName): return elf.ELF(fileName)