Go to file
aixiao 266aade849 修改: Makefile
修改:     README.md
	新文件:   conf.c
	新文件:   conf.h
	修改:     cproxy.c
	修改:     cproxy.h
	修改:     cproxy_request.c
	新文件:   cproxy_request.h
	新文件:   log/cproxy.pid
2019-01-19 16:13:58 +08:00
conf 修改: Makefile 2019-01-10 23:12:51 +08:00
log 修改: Makefile 2019-01-19 16:13:58 +08:00
conf.c 修改: Makefile 2019-01-19 16:13:58 +08:00
conf.h 修改: Makefile 2019-01-19 16:13:58 +08:00
cproxy_request.c 修改: Makefile 2019-01-19 16:13:58 +08:00
cproxy_request.h 修改: Makefile 2019-01-19 16:13:58 +08:00
cproxy.c 修改: Makefile 2019-01-19 16:13:58 +08:00
cproxy.h 修改: Makefile 2019-01-19 16:13:58 +08:00
Makefile 修改: Makefile 2019-01-19 16:13:58 +08:00
README.md 修改: Makefile 2019-01-19 16:13:58 +08:00

cproxy

基于mproxy修改后的Android本地代理.  
可以修改非Http tunnel消息头(request).

Build

git clone https://github.com/niuyuling/cproxy.git
git clone https://github.com/ndevilla/iniparser.git
cd iniparser
make
cd ../cproxy
make clean; make