kernel-mode #1

Manually merged
anton merged 69 commits from kernel-mode into master 2021-11-16 08:02:40 +01:00
Showing only changes of commit 3a79bfdada - Show all commits

View File

@ -18,7 +18,7 @@ from ..decoder import decode
# This requires pyelftools package!
INCLUDE_SEC = ('.text', '.stack', '.bss')
INCLUDE_SEC = ('.text', '.stack', '.bss', '.sdata', '.sbss')
class ElfExecutable: