ViRb3 / winsock-dump-proxy

A proxy DLL for Windows to dump Windows Socket connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinSock Dump Proxy

A proxy DLL for Windows to dump Windows Socket connections.

Limitations

  • x64 only
  • Only works if your target imports version.dll

Usage

Download the latest release. Place version.dll next to your target executable. On your desktop, create a new directory called SOCKDUMP.

When you run your target, you will see a message box with the hooking result. Once you press OK, all Windows Socket connections will be saved under the directory on your desktop, in a separate file based on the port.

FAQ

  • Q: I am getting Error 2
    A: SOCKDUMP is not accessible on your desktop

Compilation

  • mingw-w64 7.0.0+
  • CMake 3.16+

References

  • Based on jvm-dump-proxy, check it out for a detailed technical explanation

About

A proxy DLL for Windows to dump Windows Socket connections


Languages

Language:C 86.8%Language:C++ 12.9%Language:CMake 0.3%