Skip to content

Commit 7b2c934

Browse files
committed
add link to elf spec
1 parent 87b9cea commit 7b2c934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

niche_elf/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
from .structures import Symbol
55

66
__all__ = ["ELFFile", "Symbol"]
7+
8+
# https://refspecs.linuxbase.org/elf/elf.pdf

0 commit comments

Comments
 (0)