Files
tp/tools/libelf/__init__.py
T

7 lines
113 B
Python
Raw Normal View History

2021-03-28 22:49:05 +02:00
from .elf import *
from .object import *
from .relocation import *
from .section import *
from .symbol import *