|
|
|
|
|
by Tobu
589 days ago
|
|
It is possible to check for setenv/unsetenv/putenv with nm -D, and a quick sample of my ~/.cargo/bin/* shows far too many programs using those. Yeah they could be single threaded, but who can guarantee they will remain so? Come to think of it listing symbols could detect pthread_create as well. I'd be interested in a way to do static binary analysis to get from those symbols to a call tree, as well. I don't see a way to check for **environ usage though, the compiler could turn this one into anything. |
|