Skip to content

Commit

Permalink
Add README.md for each plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
citronneur committed Jan 31, 2019
1 parent 4177ee0 commit 2c99b70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/procmon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# procmon

Procmon is a *detours.net* plugin which log a lot of Windows API.
5 changes: 5 additions & 0 deletions plugins/proxysocks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# proxysocks

Proxysocks is a *detours.net* plugin which intend to convert all windows application, that use socket, to be comptaible with a proxy socks.

This plugin just hook the *connect* function from WS2_32.dll and send a SOCKS handshake just after each connect call.
1 change: 1 addition & 0 deletions plugins/proxysocks/src/Socks5.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ private struct IPv4ConnectRequest
public ushort port;
}

[StructLayout(LayoutKind.Sequential)]
private struct IPv4ConnectResponse
{
public byte version;
Expand Down

0 comments on commit 2c99b70

Please sign in to comment.