SYMBOL INDEX (15 symbols across 1 files) FILE: PEx64-Injector/Program.cs class Migrate (line 10) | public static class Migrate method CreateProcess (line 14) | [DllImport("kernel32.dll")] method VirtualAllocEx (line 26) | [DllImport("kernel32.dll")] method WriteProcessMemory (line 33) | [DllImport("kernel32.dll")] method ZwUnmapViewOfSection (line 40) | [DllImport("ntdll.dll")] method SetThreadContext (line 44) | [DllImport("kernel32.dll")] method GetThreadContext (line 48) | [DllImport("kernel32.dll")] method ResumeThread (line 52) | [DllImport("kernel32.dll")] method CloseHandle (line 55) | [DllImport("kernel32.dll")] method Load (line 59) | public static void Load(byte[] payloadBuffer, string host, string args) method Align (line 123) | private static IntPtr Align(IntPtr source, int alignment) method Allocate (line 130) | private static IntPtr Allocate(int size, int alignment) class Program (line 138) | class Program method Main (line 140) | static async Task Main(string[] args) method DownloadFileAsync (line 183) | static async Task DownloadFileAsync(string url)