├── .vs └── Fiber_ShellcodeExecution │ └── v16 │ └── .suo ├── Fiber_ShellcodeExecution.sln ├── Fiber_ShellcodeExecution ├── App.config ├── Fiber_ShellcodeExecution.csproj ├── NativeFunctions.cs ├── NativeStructs.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ ├── Debug │ │ ├── Fiber_ShellcodeExecution.exe │ │ ├── Fiber_ShellcodeExecution.exe.config │ │ └── Fiber_ShellcodeExecution.pdb │ └── x64 │ │ └── Debug │ │ ├── Fiber_ShellcodeExecution.exe │ │ ├── Fiber_ShellcodeExecution.exe.config │ │ └── Fiber_ShellcodeExecution.pdb └── obj │ ├── Debug │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Fiber_ShellcodeExecution.csproj.CoreCompileInputs.cache │ ├── Fiber_ShellcodeExecution.csproj.FileListAbsolute.txt │ ├── Fiber_ShellcodeExecution.csprojAssemblyReference.cache │ ├── Fiber_ShellcodeExecution.exe │ └── Fiber_ShellcodeExecution.pdb │ ├── x64 │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Fiber_ShellcodeExecution.csproj.CoreCompileInputs.cache │ │ ├── Fiber_ShellcodeExecution.csproj.FileListAbsolute.txt │ │ ├── Fiber_ShellcodeExecution.csprojAssemblyReference.cache │ │ ├── Fiber_ShellcodeExecution.exe │ │ └── Fiber_ShellcodeExecution.pdb │ └── x86 │ └── Debug │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ └── DesignTimeResolveAssemblyReferencesInput.cache └── README.md /.vs/Fiber_ShellcodeExecution/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/.vs/Fiber_ShellcodeExecution/v16/.suo -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution.sln -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/App.config -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/Fiber_ShellcodeExecution.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/Fiber_ShellcodeExecution.csproj -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/NativeFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/NativeFunctions.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/NativeStructs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/NativeStructs.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/Program.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/bin/Debug/Fiber_ShellcodeExecution.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/bin/Debug/Fiber_ShellcodeExecution.exe -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/bin/Debug/Fiber_ShellcodeExecution.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/bin/Debug/Fiber_ShellcodeExecution.exe.config -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/bin/Debug/Fiber_ShellcodeExecution.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/bin/Debug/Fiber_ShellcodeExecution.pdb -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/bin/x64/Debug/Fiber_ShellcodeExecution.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/bin/x64/Debug/Fiber_ShellcodeExecution.exe -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/bin/x64/Debug/Fiber_ShellcodeExecution.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/bin/x64/Debug/Fiber_ShellcodeExecution.exe.config -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/bin/x64/Debug/Fiber_ShellcodeExecution.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/bin/x64/Debug/Fiber_ShellcodeExecution.pdb -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f51670db1ae6a4caf937b4c44814c846beba5d00 2 | -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.exe -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/Debug/Fiber_ShellcodeExecution.pdb -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x64/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 513278de0e2a68aebaf9ad310633d6d7531dfc95 2 | -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.exe -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x64/Debug/Fiber_ShellcodeExecution.pdb -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x86/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x86/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /Fiber_ShellcodeExecution/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/Fiber_ShellcodeExecution/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kara-4search/Fiber_ShellcodeExecution/HEAD/README.md --------------------------------------------------------------------------------