|
|
|
|
|
by matheusmoreira
1008 days ago
|
|
I did not know about that possibility! It requires glibc and its dynamic linker though, doesn't seem to be as widely available as the GNU coreutils. I developed lone inside Termux: it does not have ld.so but does have env. There's a GNU binutils ld but it did not recognize the --argv0 option when I tried it. |
|
/lib64/ld-linux-x86-64.so.2 --argv0 argv0isalie yourprogramm
ld is the (not dynamic) linker. It doesn't invoke your program at all.