rofl0r

Results 904 comments of rofl0r

it's a bug in GLIBCs dynlinker. someone would need to stand up and report the issue on their bugtracker. this [comment ](https://github.com/rofl0r/proxychains-ng/issues/10#issuecomment-12632041) explains what happens.

i've created a minimal testcase to reproduce the issue: https://0x0.st/fdc.gz it's 3 small C files and a build.sh. when you run `build.sh`, you should see the output ``` hooked hooked...

thanks. what was the output of the testcase once you got it to run, @kai-rn ?

damn. even when you replace `RTLD_NOW` with `RTLD_LAZY` in app.c ?

are you sure what ubuntu ships is actually proxychains-ng (this repo) or the old, old v3.1 version ? usually when the distributor did no custom changes, proxychains-ng can be started...

> I believe you can install readline with https://pypi.org/project/gnureadline/ (though I'm not sure how that package works if PuDB needs to be modified to support it). i'm aware that i...

is that so ? i've seen this snippet and assumed it was used: ```py def cmdline_tab_complete(w, size, key): from rlcompleter import Completer ``` although i didn't step through it

>Also rlcompleter imports readline at import time. So if we want to use its completer, we would need to copy the Completer code from rlcompleter to pudb. one should think...

gcc 6.5.0 should work well, it's what i always use for sabotage linux crosscompiles. edit: you should also use binutils 2.27

you could simply use tar xf instead of tar xvf, @Calinou