An open API service indexing awesome lists of open source software.

https://github.com/ralgond/injectsocks

程序运行时将 "new Socket()" 替换成 "new Socket(proxy)"
https://github.com/ralgond/injectsocks

asm classloader java javaagent socks

Last synced: 27 days ago
JSON representation

程序运行时将 "new Socket()" 替换成 "new Socket(proxy)"

Awesome Lists containing this project

README

          

# injectsocks
displace "new Socket()" to "new Socket(proxy)" using by asm。

execute "mvn clean assembly:assembly" to build

example: test.bat

To solve the asm lib conflicting problem, our classes is loaded by a classloader whose parent is ext-classloader while the other asm lib is loaded by app-classloader.