[ElfLoader] also loading .sdata and .sbss sections now
This commit is contained in:
parent
3f11cd84ca
commit
3a79bfdada
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user