# Functions
ElfUpdateSharedObjects reads the list of dynamic libraries loaded by the dynamic linker from the .dynamic section and uses it to update p.BinInfo().
EntryPointFromAuxv searches the elf auxiliary vector for the entry point address.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
AMD64PtraceRegs is the struct used by the linux kernel to return the general purpose registers for AMD64 CPUs.
AMD64Registers implements the proc.Registers interface for the native/linux backend and core/linux backends, on AMD64.
No description provided by the author
ARM64PtraceRegs is the struct used by the linux kernel to return the general purpose registers for ARM64 CPUs.
ARM64Registers is a wrapper for sys.PtraceRegs.
I386PtraceRegs is the struct used by the linux kernel to return the general purpose registers for I386 CPUs.
I386Registers implements the proc.Registers interface for the native/linux backend and core/linux backends, on I386.
No description provided by the author
PPC64LEPtraceRegs is the struct used by the linux kernel to return the general purpose registers for PPC64LE CPUs.
PPC64LERegisters implements the proc.Registers interface for the native/linux backend and core/linux backends, on PPC64LE.