GithubHelp home page GithubHelp logo

Comments (6)

zkwang74 avatar zkwang74 commented on July 19, 2024 2

刚试了一下,在cygwin里编译出了mproxy.exe,拷贝出来运行,提示缺少cygwin1.dll,把cygwin里的cygwin1.dll再拷出来放在一起,运行OK。

from mproxy.

luckypoem avatar luckypoem commented on July 19, 2024

hi.
以便在WINDOWS机器上,在CMD.EXE里运行mproxy.exe -l 8080 -h xxx.xxx.xxx.xxx:8081 -E
这样设置浏览器的HTTP代理为127.0.0.1:8080,即可翻墙。

所以关键是如何生成mproxy.exe?
我在此提问了,暂时未有人回复。楼主也研究研究如何做吧。
等你的好消息。

from mproxy.

luckypoem avatar luckypoem commented on July 19, 2024

在此提的问:https://stackoverflow.com/questions/32217552/encounter-error-about-converting-a-linux-executable-file-binary-to-windows-exe

from mproxy.

andronoob avatar andronoob commented on July 19, 2024

应该不行
你可以搜一下cygwin,没准可以工作(LInux下好像也能交叉编译吧)

from mproxy.

luckypoem avatar luckypoem commented on July 19, 2024

hi.
在mac下,make出错,如何解决?

yudeMacBook-Air:mproxy brite$ ls
Makefile mproxy.c switchSharp_config.png
README.md mproxy.pac use_mproxy.png
yudeMacBook-Air:mproxy brite$ make
gcc -g -Wall -Werror -c mproxy.c
mproxy.c:454:18: error: unused variable 'c' [-Werror,-Wunused-variable]
char c = buffer[i] ;
^
mproxy.c:471:18: error: unused variable 'c' [-Werror,-Wunused-variable]
char c = buffer[i];
^
2 errors generated.
make: *** [mproxy.o] Error 1
yudeMacBook-Air:mproxy brite$

from mproxy.

muergou avatar muergou commented on July 19, 2024

cygwin交叉编译成功,使用正常,但是运行时间长了之后会启动多个进程导致机器很卡,只有重启程序才能解决

from mproxy.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.