1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-26 08:39:53 +08:00

hack up libproxychains.so to contain some glibc symbols

this is needed to run a musl-linked proxychains against some
glibc binaries (after they have their interpreter overwritten
with patchelf to point to musl's dynlinker.)
This commit is contained in:
rofl0r
2014-01-22 19:49:39 +01:00
Unverified
parent ca14801d52
commit 06cce49b79
2 changed files with 482 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ sysconfdir=$(prefix)/etc
SRCS = $(sort $(wildcard src/*.c))
OBJS = $(SRCS:.c=.o)
LOBJS = src/nameinfo.o \
LOBJS = src/nameinfo.o src/legacy.o \
src/core.o src/common.o src/libproxychains.o src/shm.o \
src/allocator_thread.o src/ip_type.o src/stringdump.o \
src/hostentdb.o src/hash.o src/debug.o