User contributions for Admin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

29 March 2023

  • 09:4109:41, 29 March 2023 diff hist 0 PatchELFNo edit summary Tag: Visual edit
  • 09:4009:40, 29 March 2023 diff hist +406 PatchELFNo edit summary Tag: Visual edit
  • 09:2409:24, 29 March 2023 diff hist +2,240 N PatchELF새 문서: What if an application binary app uses glibc version 2.22 and you need to configure it to use glibc 2.25 '''without recompiling the binary ? PatchELF comes to play with it.''' === Change the dynamic loader ("ELF interpreter") of executables:<ref>https://github.com/miko-ai/patchelf</ref> === <blockquote><code>$ patchelf --set-interpreter /lib/my-ld-linux.so.2 my-program</code></blockquote> === Change the RPATH of executables and libraries: === <blockquote><code>$ patchelf --se... Tag: Visual edit

28 March 2023

27 March 2023

26 March 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)