Hey, I use a program that downloads a binary in the background and tries to execute it. But it fails because the `interpreter` is still pointing to `/lib64/ld-linux.so`. I haven't found any way to patch the binary manually because it gets deleted after the program exits. Is there a way I can "emulate" the FHS structure (or just the single file)?