rofl0r / rofl0r/proxychains-ng
code signing blocked mmap()
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 10.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
proxychains4 curl http://ifconfig.co/
[proxychains] config file found: /usr/local/etc/proxychains.conf
[proxychains] preloading /usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib
[proxychains] DLL init: proxychains-ng 4.12
[proxychains] Strict chain ... 127.0.0.1:1111 ... ifconfig.co:80 ... OK
xxx.xxx.xxx.xxx
test ok....
but sometimes:
[proxychains] DLL init: proxychains-ng 4.12
dyld: warning: could not load inserted library '/usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib' into librar
y validated process because no suitable image found. Did find:
/usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib: code signing blocked mmap() of '/usr/local/Cellar/p
roxychains-ng/4.12_1/lib/libproxychains4.dylib'
[proxychains] DLL init: proxychains-ng 4.12
dyld: warning: could not load inserted library '/usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib' into librar
y validated process because no suitable image found. Did find:
/usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib: code signing blocked mmap() of '/usr/local/Cellar/p
roxychains-ng/4.12_1/lib/libproxychains4.dylib'
[proxychains] DLL init: proxychains-ng 4.12
dyld: warning: could not load inserted library '/usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib' into librar
y validated process because no suitable image found. Did find:
/usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib: code signing blocked mmap() of '/usr/local/Cellar/p
roxychains-ng/4.12_1/lib/libproxychains4.dylib'
[proxychains] DLL init: proxychains-ng 4.12
[proxychains] Strict chain ... 127.0.0.1:1111 ... git.coding.net:22 ... OK
Warning: the RSA host key for 'git.coding.net' differs from the key for the IP address '224.0.0.1'
Offending key for IP in /Users/xxxx/.ssh/known_hosts:12
Matching host key in /Users/xxxx/.ssh/known_hosts:10
when
npm install
git push
git pull
and so on
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the intermittent failure with proxychains4 curl, npm install, git push, or git pull on macOS. Read the dyld code-signing and library-preloading diagnostics shown in the report, then determine what consistently allows libproxychains4.dylib to load without the code signing blocked mmap() warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, macos
- Domain
- operating-systems, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100