Jump to content
Nytro

CANAPE.Core

Recommended Posts

CANAPE.Core - (c) James Forshaw 2017

A network proxy library written in C# for .NET Core based on CANAPE. Licensed under GPLv3.

It should work on any platform with .NET Standard support 1.5, so .NET Core 1.0.4 on Windows, Linux and macOS should be suitable as well as recompiling for .NET framework and Mono.

To use either compile with Visual Studio 2017 with .NET Core support or from the command line do the following:

dotnet restore
dotnet build CANAPE.Cli/CANAPE.Cli.csproj -c Release -f netcoreapp1.1
cd CANAPE.Cli/bin/Release/netcoreapp1.1
dotnet exec CANAPE.Cli.dll Examples/SocksProxy.csx --color

 

Sursa: https://github.com/tyranid/CANAPE.Core

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...