We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b9cea commit 7b2c934Copy full SHA for 7b2c934
niche_elf/__init__.py
@@ -4,3 +4,5 @@
4
from .structures import Symbol
5
6
__all__ = ["ELFFile", "Symbol"]
7
+
8
+# https://refspecs.linuxbase.org/elf/elf.pdf
0 commit comments