2 matches found
mallet
Mallet,一个用于创建代理的框架 Mallet 是一个用于创建任意协议代理的工具,其思路类似于常见的拦截式 Web 代理,但更加通用。 它基于 Netty 框架构建,并严重依赖 Netty 的管道概念,该概念允许以图形方式组装处理器图。(示例见下方截图。)在 Netty 世界中,处理器实例提供帧定界(即消息的起始和结束位置)、协议解码与编码(将字节流转换为 Java 对象,反之亦然,或将字节流转换为不同的字节流——例如压缩与解压缩),以及更高级别的逻辑(实际对这些对象进行操作)。 通过将编解码器(Codecs)与实际操作消息的处理器(Handlers)仔细分离,Mallet...
5.8AI score
SaveExploits0References1
A framework for creating proxies: Mallet
Mallet is a tool for creating proxies for arbitrary protocols, along similar lines to the familiar intercepting web proxies, just more generic. It is built upon the Netty framework, and relies heavily on the Netty pipeline concept, which allows the graphical assembly of graphs of handlers. In the...
0.9AI score
SaveExploits0References1
20