shunf4 / proxychains-windows

Windows and Cygwin port of proxychains, based on MinHook and DLL Injection
GNU General Public License v2.0
967 stars 117 forks source link

Wanted: support aarch64-pc-windows-msvc #20

Open zhmushan opened 3 years ago

zhmushan commented 3 years ago

希望能给 win10 arm 也编译一个

shunf4 commented 3 years ago

Only x86/amd64 support for now because the technique it uses requires injecting x86/amd64 specific machine code.

Porting to ARM targets requires additional work.

shunf4 commented 2 years ago

3 problems need to be addressed: