peeking into relocation of function static in shared library
peeking into relocation of function static in shared library
Here’s GUI (TUI) output of a function with a static variable access:
B+ |0x7ffff7616800 test %edi,%edi | |0x7ffff7616802 je 0x7ffff7616811 | |0x7ffff7616804 mov %edi,%eax | |0x7ffff7616806 bswap %eax | |0x7ffff7616808 mov %eax,0x200852(%rip) # 0x7ffff7817060 | |0x7ffff761680e mov %edi,%eax | |0x7ffff7616810 retq | >|0x7ffff7616811 mov 0x200849(%rip),%edi # 0x7ffff7817060 | |0x7ffff7616817 bswap…
View On WordPress











