The method of checking whether so file used PIC is wrong.
Closed this issue · 2 comments
freeBoyfeny commented
The method of checking whether it is PIC is wrong. You can use the following methods
readelf -d lib*.so |grep TEXTREL
If the output is null, the so file must has used the -fPIC option.
slimm609 commented
Can you provide more context here? Which check specifically?
slimm609 commented
Closing due to lack of followup