SYMBOL INDEX (12 symbols across 2 files) FILE: loader.cs class Program (line 4) | class Program method VirtualAlloc (line 6) | [DllImport("kernel32.dll")] method CreateThread (line 9) | [DllImport("kernel32.dll")] method WaitForSingleObject (line 12) | [DllImport("kernel32.dll")] method Main (line 15) | public static void Main(string[] args) FILE: loader_alternative.cs class Program (line 4) | class Program method VirtualAlloc (line 6) | [DllImport("kernel32.dll")] method VirtualProtect (line 9) | [DllImport("kernel32.dll")] method CreateThread (line 12) | [DllImport("kernel32.dll")] method WaitForSingleObject (line 15) | [DllImport("kernel32.dll")] method Main (line 18) | public static void Main(string[] args) method DecryptShellcode (line 37) | static byte[] DecryptShellcode(byte[] encryptedShellcode)