Dec 11, 2019 | dynamic loading
Introduction Finding link_map Finding _dl_runtime_resolve() Conclusion 1. Introduction When partial RELRO is enabled, the pointers to link_map and _dl_runtime_resolve() can be found in GOT[1] and GOT[2], correspondingly: peilin@PWN:~/expr/dl_resolveuser@computer$ gcc...