| ▲ | monocasa 2 hours ago | |
That's not really patching though, any more than any use of function pointers is patching. | ||
| ▲ | 201984 13 minutes ago | parent [-] | |
There's a part of the .so ELF file (the Global Offset Table aka GOT) that has to be modified with all the addresses of the functions being imported, which of course vary from process to process. If not patching, what exactly would you call modifying part of the file? | ||