gitextract_6uyg184h/ ├── .gitignore ├── LICENSE ├── README.md ├── client/ │ └── netRaven/ │ ├── FodyWeavers.xml │ ├── New-RavenHeader.ps1 │ ├── New-RavenPayload.ps1 │ ├── Raven/ │ │ ├── .gitignore │ │ ├── Raven.cpp │ │ ├── Raven.vcxproj │ │ ├── Raven.vcxproj.filters │ │ ├── ReadMe.txt │ │ ├── clr.cpp │ │ ├── clr.hpp │ │ ├── dllmain.cpp │ │ ├── mscorlib.tlh │ │ ├── netRaven_dll.hpp │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ ├── targetver.h │ │ └── utils.hpp │ ├── netRaven/ │ │ ├── Core.cs │ │ ├── Crypto.cs │ │ ├── Loader.cs │ │ ├── Properties/ │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ └── Resources.resx │ │ ├── TaskHandler.cs │ │ ├── netRaven.csproj │ │ └── packages.config │ ├── netRaven.sln │ └── ravenDebug/ │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── app.config │ ├── obj/ │ │ └── Debug/ │ │ ├── ravenDebug.csproj.CoreCompileInputs.cache │ │ └── ravenDebug.csprojAssemblyReference.cache │ └── ravenDebug.csproj ├── externalc2.cna └── server/ ├── handler.go ├── index.html ├── main.go ├── setup.sh └── userhandler.go