List Question
10 TechQA 2020-10-07 05:34:18how to access glibc data types from an assembly program using got?
96 views
Asked by KMG
After vfork(), how does the linker resolve execve() without clobbering parent memory?
67 views
Asked by patraulea
Why there are no .rel.dyn/.got.plt section in dynamic ELF files?
1.3k views
Asked by calvin
Dynamic Linking Libraries in C++
48 views
Asked by risbis58
Why "symbol@GOT" is not permitted on pie binary?
186 views
Asked by Jiwon
Why some linker-made assembly code is at GOT, instead of PLT?
113 views
Asked by Jiwon
Can I get symbol name by "GOT address"?
524 views
Asked by Jiwon
Is memcpy a really function with symbol?
328 views
Asked by milanHrabos
MCU/embedded: Position independent code, max size for .got section?
189 views
Asked by bas
Can the global offset table manually be defined?
669 views
Asked by BrockLee