top | item 46325996

(no title)

turblety | 2 months ago

Thanks chjj. Yeah it's always LD_PRELOAD. There is wireproxy [1] though that might do what you want?

1. https://github.com/whyvl/wireproxy

discuss

order

throwaway894345|2 months ago

Correct me if I’m wrong, but if you use LD_PRELOAD, presumably it will not work for applications that circumvent libc, such as Go binaries (at least those with CGo disabled)?

turblety|2 months ago

Yeah you are right. Can you think of any way we could capture that traffic too?