├── Native.cs ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── README.md ├── Syscall.csproj └── Syscalls.cs /Native.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitblizzard/Syscall-Example/HEAD/Native.cs -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitblizzard/Syscall-Example/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitblizzard/Syscall-Example/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitblizzard/Syscall-Example/HEAD/README.md -------------------------------------------------------------------------------- /Syscall.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitblizzard/Syscall-Example/HEAD/Syscall.csproj -------------------------------------------------------------------------------- /Syscalls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitblizzard/Syscall-Example/HEAD/Syscalls.cs --------------------------------------------------------------------------------