Related to #765, @CvvT pointed out that we should (more generally) search for more runtime-loaded libraries, similar to libgcc_s.so.1.
I think there is no harm in conservatively over-approximating (modulo some minor one-time perf hit due to rewriter overhead) to just pull in any .so-like strings we notice that also exist on the system.
Related to #765, @CvvT pointed out that we should (more generally) search for more runtime-loaded libraries, similar to
libgcc_s.so.1.I think there is no harm in conservatively over-approximating (modulo some minor one-time perf hit due to rewriter overhead) to just pull in any
.so-like strings we notice that also exist on the system.