rm∅
rm∅
Thanks for the tips, i'll look into it on my free time.
cc @sjackman @woodruffw
> If you want I can implement that TODO (but I would be pleased if you can help), just let me know if you have a deadline for the Google...
@david942j please clear some doubts. The following lines request to expand along with the existing string in strtab. https://github.com/david942j/patchelf.rb/blob/a5ddeb5f134bfa3b2fb974b0ef81ff00f8f758da/lib/patchelf/saver.rb#L187-L189 * i can guess why this has to be done,we may...
>Q: Why not append "libcrypto.so.1\x00" to the original "libc.so.6\x00xyz\x00" directly? >A: There mostly are other headers / data after strtab_string, we can't simply overwrite those data. the confirmation i wanted....