List Question
20 TechQA 2023-12-20T11:23:01.597000Understanding PLT, GOT and hooking them (Linux and Android)
80 views
Asked by localacct
After vfork(), how does the linker resolve execve() without clobbering parent memory?
154 views
Asked by patraulea
Why is the `jmp` at the start of the PLT stub needed?
113 views
Asked by Ofek Shilon
Does every shared library get its own .got and .plt section?
110 views
Asked by qwerty_url
difference between __got section and __nl_symbol_ptr section
107 views
Asked by Evan
Can't debug GOT table lazy resolution; entry already resolved before the first call
74 views
Asked by DrStein
Efficient access to function-local constant data in PIC code, without going through the GOT
73 views
Asked by mirabilos
Global Offset Table: "Pointers to Pointers"? Is this handled by the loader?
124 views
Asked by Shay
Identify entries in a global offset table
564 views
Asked by Daniel Walker
Can the global offset table manually be defined?
736 views
Asked by BrockLee
MCU/embedded: Position independent code, max size for .got section?
254 views
Asked by bas
Will an executable access shared-libraries' global variable via GOT?
897 views
Asked by pkuGenuine
How are the entries for Global Symbols that are not functions initialized in the Global Offset Table?
71 views
Asked by Siam Habib
Understanding GOT (Global Offset Table) and PLT?
1k views
Asked by algo
Couldn't find the dynamic reference of the function in Global Offset Table
79 views
Asked by TheOtherOne
What does `var@GOTPCREL(%rip)` mean?
3.5k views
Asked by Curious Learner
Dynamic Linking Libraries in C++
147 views
Asked by risbis58
Why there are no .rel.dyn/.got.plt section in dynamic ELF files?
1.3k views
Asked by calvin
how to access glibc data types from an assembly program using got?
171 views
Asked by KMG