In PIC code, why is the GOT scheme is used instead of directly relocating the data?

前端 未结 0 1199
抹茶落季
抹茶落季 2021-01-01 01:43

The normal method of generating x86 PIC binaries is by getting a pointer to the GOT and then offsetting it with the position of the desired data. Generally the access to the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题