Documentation
¶
Overview ¶
Package elf helps handling ELF files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDynamicallyLinked ¶
IsDynamicallyLinked checks if the given binary is dynamically linked. It returns true if the binary is an ELF file with a PT_INTERP segment, which indicates it needs a dynamic linker. For non-ELF files (e.g., macOS, Windows), it returns false.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.