|
|
|
|
|
by yuubi
1598 days ago
|
|
The ldd program that lists the shared libraries used by an executable at least used to exec with an empty argv, which the dynamic linker detected and listed libraries instead of linking and running. I learned that when I screwed up an inetd configuration and saw a list of libraries instead of the desired results. Edit: just tried on windows 10 WSL, and it had a sad (blue screen). |
|
(also, TIL, thank you)