relase: get failed extract-vmlinux automation back working

Only the command is back in business, but it does not work:
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/79
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-14 00:00:04 +00:00
parent 4c71ac5072
commit 7b0ac771dc
7 changed files with 156 additions and 146 deletions

View File

@@ -1090,7 +1090,7 @@ lunch aosp_{}-eng
self.get_toolchain_tool('readelf'),
'-h',
elf_file_path
])
]).decode()
for line in readelf_header.decode().split('\n'):
split = line.split()
if line.startswith(' Entry point address:'):