ELF Binaries

GOT / Global Offset Table

The GOT resides in the memory. It contains the actual addresses of all the functions and variables from the shared libraries that the program uses.

Last updated