Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS A:\SSD\ProjectsVS\Parasite Invoke\Parasite Invoke\bin\Debug> & '.\Parasite Invoke.exe' --path C:\Windows\System32 -r
- . . . . . . .
- . . _.-/`/`'-._
- . Nice assembly :D . /_..--''''_-'
- . . . . .` //-.__\_\.-'
- `..' _\\\// --.___ // ___.---.._
- _- /@/@\ \ ||`` `-_
- .' ,\_\_/ | \_||_/ ,-._ `.
- ; { o / } " `-._`. ;
- ; `-==-' / \_| ;
- | |>o<| }@@@} |
- | <(___<) }@@@@} |
- | <(___<) }@@@@@} |
- | <\___<) \_.?@@} |
- ; V`--V`__./@} ;
- \ tx ooo@} /
- \ /
- `. .'
- `-._ Parasite Invoke_.-'
- ``------'''''''''------``
- Michael Zhmaylo (github.com/MzHmO)
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\cui_dch.inf_amd64_2e49f48165b8de10\igfxSDKLib.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\cui_dch.inf_amd64_2e49f48165b8de10\GfxDownloadWrapper.exe
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\cui_dch.inf_amd64_aa8c460a9b7cf2b9\igfxSDKLib.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\cui_dch.inf_amd64_aa8c460a9b7cf2b9\GfxDownloadWrapper.exe
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\AGS.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\LiteDB.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\Newtonsoft.Json.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\Newtonsoft.Json.Schema.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll
- Method: LogonUser
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("LogonUser", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string pszUsername, string pszDomain, string pszPassword, int dwLogonType, int dwLogonProvider, IntPtr& phToken });
- ===END SIGNATURE===
- Method: CloseHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("CloseHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle });
- ===END SIGNATURE===
- Method: DuplicateToken
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("DuplicateToken", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr existingTokenHandle, int impersonationLevel, IntPtr& duplicateTokenHandle });
- ===END SIGNATURE===
- Method: OutputDebugString
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("OutputDebugString", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { string message });
- ===END SIGNATURE===
- Method: QueryPerformanceCounter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryPerformanceCounter", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { UInt64& lpPerformanceCount });
- ===END SIGNATURE===
- Method: QueryPerformanceFrequency
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryPerformanceFrequency", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { UInt64& lpPerformanceFrequency });
- ===END SIGNATURE===
- Method: GetCurrentProcessId
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("GetCurrentProcessId", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: GetModuleFileName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("GetModuleFileName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr hModule, StringBuilder lpFilename, int nSize });
- ===END SIGNATURE===
- Method: CreateFile
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\NLog.dll");
- Type t = asm.GetType("NLog.Internal.Win32FileNativeMethods", true);
- var methodInfo = t.GetMethod("CreateFile", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- Microsoft.Win32.SafeHandles.SafeFileHandle result = (Microsoft.Win32.SafeHandles.SafeFileHandle) methodInfo.Invoke(null, new object[] { string lpFileName, FileAccess dwDesiredAccess, int dwShareMode, IntPtr lpSecurityAttributes, CreationDisposition dwCreationDisposition, Win32FileAttributes dwFlagsAndAttributes, IntPtr hTemplateFile });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.COMLibrary.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CommunicationService.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll
- Method: SetCursorPos
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Util.MousePointerManager", true);
- var methodInfo = t.GetMethod("SetCursorPos", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { int x, int y });
- ===END SIGNATURE===
- Method: GetCursorPos
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Util.MousePointerManager", true);
- var methodInfo = t.GetMethod("GetCursorPos", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { MousePoint& lpPoint });
- ===END SIGNATURE===
- Method: EnumDisplayDevices
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("EnumDisplayDevices", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpDevice, int iDevNum, DISPLAY_DEVICE& lpDisplayDevice, int dwFlags });
- ===END SIGNATURE===
- Method: EnumDisplaySettings
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("EnumDisplaySettings", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { string lpszDeviceName, int iModeNum, DEVMODE& lpDevMode });
- ===END SIGNATURE===
- Method: ChangeDisplaySettingsEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ChangeDisplaySettingsEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Display.Model.DispModeError result = (OneApp.IGCC.CoreLibrary.Display.Model.DispModeError) methodInfo.Invoke(null, new object[] { string lpszDeviceName, DEVMODE& lpDevMode, IntPtr hwnd, CDSFlags dwflags, IntPtr lParam });
- ===END SIGNATURE===
- Method: ChangeDisplaySettingsEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ChangeDisplaySettingsEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Display.Model.DispModeError result = (OneApp.IGCC.CoreLibrary.Display.Model.DispModeError) methodInfo.Invoke(null, new object[] { string lpszDeviceName, IntPtr lpDevMode, IntPtr hwnd, CDSFlags dwflags, IntPtr lParam });
- ===END SIGNATURE===
- Method: SetDisplayConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetDisplayConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { uint numPathArrayElements, DCPathInfo[] pathArray, uint numModeInfoArrayElements, DCModeInfo[] modeInfoArray, SdcFlags flags });
- ===END SIGNATURE===
- Method: QueryDisplayConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryDisplayConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { QueryDisplayFlags flags, UInt32& numPathArrayElements, DCPathInfo[] pathInfoArray, UInt32& modeInfoArrayElements, DCModeInfo[] modeInfoArray, DCTopologyId& topologyId });
- ===END SIGNATURE===
- Method: QueryDisplayConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryDisplayConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { QueryDisplayFlags flags, UInt32& numPathArrayElements, DCPathInfo[] pathInfoArray, UInt32& modeInfoArrayElements, DCModeInfo[] modeInfoArray, IntPtr topologyId });
- ===END SIGNATURE===
- Method: GetDisplayConfigBufferSizes
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetDisplayConfigBufferSizes", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { QueryDisplayFlags flags, UInt32& numPathArrayElements, UInt32& numModeInfoArrayElements });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCTargetDeviceName& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCTargetBaseType& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCAdapterName& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCSourceDeviceName& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCTargetPreferredMode& preferredMode });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCSupportVirtualResolution& supportVirtualResolution });
- ===END SIGNATURE===
- Method: DisplayConfigSetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigSetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCSupportVirtualResolution supportVirtualResolution });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetupDiGetClassDevs
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetClassDevs", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { Guid& ClassGuid, int Enumerator, IntPtr hwndParent, uint Flags });
- ===END SIGNATURE===
- Method: SetupDiEnumDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiEnumDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr lpInfoSet, uint dwIndex, SP_DEVINFO_DATA& devInfoData });
- ===END SIGNATURE===
- Method: SetupDiEnumDeviceInterfaces
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiEnumDeviceInterfaces", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDevInfo, IntPtr devInfo, Guid& interfaceClassGuid, uint memberIndex, SP_DEVICE_INTERFACE_DATA& deviceInterfaceData });
- ===END SIGNATURE===
- Method: SetupDiGetDeviceInterfaceDetail
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDeviceInterfaceDetail", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDevInfo, SP_DEVICE_INTERFACE_DATA& deviceInterfaceData, SP_DEVICE_INTERFACE_DETAIL_DATA& deviceInterfaceDetailData, uint deviceInterfaceDetailDataSize, UInt32& requiredSize, SP_DEVINFO_DATA& deviceInfoData });
- ===END SIGNATURE===
- Method: SetupDiOpenDevRegKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiOpenDevRegKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hDeviceInfoSet, SP_DEVINFO_DATA& deviceInfoData, uint scope, uint hwProfile, uint parameterRegistryValueKind, uint samDesired });
- ===END SIGNATURE===
- Method: SetupDiGetDevicePropertyW
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDevicePropertyW", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr deviceInfoSet, SP_DEVINFO_DATA& DeviceInfoData, DEVPROPKEY& propertyKey, UInt32& propertyType, IntPtr propertyBuffer, uint propertyBufferSize, UInt32& requiredSize, uint flags });
- ===END SIGNATURE===
- Method: SetupDiGetDeviceRegistryPropertyW
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDeviceRegistryPropertyW", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr DeviceInfoSet, SP_DEVINFO_DATA& DeviceInfoData, uint Property, UInt32& PropertyRegDataType, IntPtr PropertyBuffer, uint PropertyBufferSize, UInt32& RequiredSize });
- ===END SIGNATURE===
- Method: SetupDiEnumDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiEnumDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr lpInfoSet, uint dwIndex, SP_DEVINFO_DATA devInfoData });
- ===END SIGNATURE===
- Method: SetupDiOpenDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiOpenDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr deviceInfoSet, IntPtr deviceInstanceId, IntPtr hwndParent, int openFlags, SP_DEVINFO_DATA deviceInfoData });
- ===END SIGNATURE===
- Method: SetupDiGetDeviceRegistryProperty
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDeviceRegistryProperty", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr DeviceInfoSet, SP_DEVINFO_DATA& DeviceInfoData, uint Property, UInt32& PropertyRegDataType, Byte[] PropertyBuffer, uint PropertyBufferSize, UInt32& RequiredSize });
- ===END SIGNATURE===
- Method: SetupDiCreateDeviceInfoList
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiCreateDeviceInfoList", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { Guid ClassGuid, IntPtr hwndParent });
- ===END SIGNATURE===
- Method: SetupDiDestroyDeviceInfoList
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiDestroyDeviceInfoList", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDevInfo });
- ===END SIGNATURE===
- Method: CreateDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("CreateDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpszDriver, string lpszDevice, string lpszOutput, uint lpInitData });
- ===END SIGNATURE===
- Method: DeleteDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DeleteDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hdc });
- ===END SIGNATURE===
- Method: D3DKMTOpenAdapterFromHdc
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTOpenAdapterFromHdc", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { D3DKMT_OPENADAPTERFROMHDC& Arg });
- ===END SIGNATURE===
- Method: D3DKMTCloseAdapter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTCloseAdapter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { D3DKMT_CLOSEADAPTER& Arg });
- ===END SIGNATURE===
- Method: D3DKMTEscape
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTEscape", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus) methodInfo.Invoke(null, new object[] { D3DKMT_ESCAPE& escapeData });
- ===END SIGNATURE===
- Method: D3DKMTOpenAdapterFromDeviceName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTOpenAdapterFromDeviceName", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { D3DKMT_OPENADAPTERFROMDEVICENAME& deviceArgs });
- ===END SIGNATURE===
- Method: D3DKMTQueryAdapterInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTQueryAdapterInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus) methodInfo.Invoke(null, new object[] { D3DKMT_QUERYADAPTERINFO& deviceArg });
- ===END SIGNATURE===
- Method: LoadLibrary
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("LoadLibrary", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string path });
- ===END SIGNATURE===
- Method: GetProcAddress
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetProcAddress", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hModule, string procName });
- ===END SIGNATURE===
- Method: FreeLibrary
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("FreeLibrary", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hModule });
- ===END SIGNATURE===
- Method: LoadPackagedLibrary
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("LoadPackagedLibrary", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string libFileName, uint Reserved });
- ===END SIGNATURE===
- Method: SetDeviceGammaRamp
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetDeviceGammaRamp", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDC, RAMP& lpRamp });
- ===END SIGNATURE===
- Method: GetDeviceGammaRamp
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetDeviceGammaRamp", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDC, RAMP& lpRamp });
- ===END SIGNATURE===
- Method: GetDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hWnd });
- ===END SIGNATURE===
- Method: ReleaseDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ReleaseDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hWnd, IntPtr hDC });
- ===END SIGNATURE===
- Method: RegisterHotKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterHotKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hWnd, int id, int fsModifiers, Keys vk });
- ===END SIGNATURE===
- Method: UnregisterHotKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("UnregisterHotKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hWnd, int id });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: SendMessage
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SendMessage", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam });
- ===END SIGNATURE===
- Method: RegisterWindowMessage
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterWindowMessage", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { string lpString });
- ===END SIGNATURE===
- Method: RegCloseKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegCloseKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey });
- ===END SIGNATURE===
- Method: RegQueryValueEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegQueryValueEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpValueName, int lpReserved, Int32& type, IntPtr lpData, Int32& lpcbData });
- ===END SIGNATURE===
- Method: RegQueryValueEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegQueryValueEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpValueName, int lpReserved, Int32& type, StringBuilder lpData, Int32& lpcbData });
- ===END SIGNATURE===
- Method: RegOpenKeyEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegOpenKeyEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey, string subKey, int ulOptions, uint samDesired, IntPtr& hkResult });
- ===END SIGNATURE===
- Method: RegSetValueEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegSetValueEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpValueName, int Reserved, RegistryValueKind dwType, IntPtr lpData, int cbData });
- ===END SIGNATURE===
- Method: RegCreateKeyA
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegCreateKeyA", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { uint hKey, string lpSubKey, IntPtr phkResult });
- ===END SIGNATURE===
- Method: RegCreateKeyEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegCreateKeyEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpSubKey, int Reserved, string lpClass, RegOption dwOptions, RegSAM samDesired, IntPtr lpSecurityAttributes, IntPtr& phkResult, RegResult& lpdwDisposition });
- ===END SIGNATURE===
- Method: RegisterDeviceNotification
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterDeviceNotification", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hRecipient, IntPtr NotificationFilter, uint Flags });
- ===END SIGNATURE===
- Method: PowerSetActiveScheme
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerSetActiveScheme", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr UserPowerKey, Guid& ActivePolicyGuid });
- ===END SIGNATURE===
- Method: PowerGetActiveScheme
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerGetActiveScheme", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr UserPowerKey, IntPtr& ActivePolicyGuid });
- ===END SIGNATURE===
- Method: PowerReadFriendlyName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerReadFriendlyName", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr RootPowerKey, Guid& SchemeGuid, IntPtr SubGroupOfPowerSettingsGuid, IntPtr PowerSettingGuid, IntPtr Buffer, UInt32& BufferSize });
- ===END SIGNATURE===
- Method: PowerReadDCValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerReadDCValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, UInt32& DcValueIndex });
- ===END SIGNATURE===
- Method: PowerWriteDCValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerWriteDCValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, uint DcValueIndex });
- ===END SIGNATURE===
- Method: PowerReadACValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerReadACValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, UInt32& DcValueIndex });
- ===END SIGNATURE===
- Method: PowerWriteACValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerWriteACValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, uint DcValueIndex });
- ===END SIGNATURE===
- Method: RegisterPowerSettingNotification
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterPowerSettingNotification", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hRecipient, Guid& PowerSettingGuid, int Flags });
- ===END SIGNATURE===
- Method: GetSystemPowerStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetSystemPowerStatus", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { SYSTEM_POWER_STATUS& systemPowerStatus });
- ===END SIGNATURE===
- Method: clGetPlatformIDs
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("clGetPlatformIDs", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode result = (OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode) methodInfo.Invoke(null, new object[] { uint numEntries, PlatformID[] platforms, UInt32& numPlatforms });
- ===END SIGNATURE===
- Method: clGetPlatformInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("clGetPlatformInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode result = (OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode) methodInfo.Invoke(null, new object[] { PlatformID platform, PlatformInfo param_name, IntPtr param_value_size, Byte[] param_value, IntPtr& param_value_size_ret });
- ===END SIGNATURE===
- Method: CreateDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("CreateDC", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpszDriver, string lpszDevice, string lpszOutput, IntPtr lpInitData });
- ===END SIGNATURE===
- Method: clGetPlatformInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("clGetPlatformInfo", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode result = (OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode) methodInfo.Invoke(null, new object[] { PlatformID platform, PlatformInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr& param_value_size_ret });
- ===END SIGNATURE===
- Method: ChoosePixelFormat
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ChoosePixelFormat", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hdc, PixelFormatDescriptor& pfd });
- ===END SIGNATURE===
- Method: SetPixelFormat
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetPixelFormat", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hdc, int iPixelFormat, PixelFormatDescriptor& pfd });
- ===END SIGNATURE===
- Method: wglCreateContext
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("wglCreateContext", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hdc });
- ===END SIGNATURE===
- Method: wglMakeCurrent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("wglMakeCurrent", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hdc, IntPtr hglrc });
- ===END SIGNATURE===
- Method: wglDeleteContext
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("wglDeleteContext", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hglrc });
- ===END SIGNATURE===
- Method: glGetString
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("glGetString", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { GLStringNames name });
- ===END SIGNATURE===
- Method: OpenProcessToken
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.D3D.DXDB.WindowsIdentityManager", true);
- var methodInfo = t.GetMethod("OpenProcessToken", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr ProcessHandle, int DesiredAccess, IntPtr& TokenHandle });
- ===END SIGNATURE===
- Method: CloseHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.D3D.DXDB.WindowsIdentityManager", true);
- var methodInfo = t.GetMethod("CloseHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle });
- ===END SIGNATURE===
- Method: DuplicateToken
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.D3D.DXDB.WindowsIdentityManager", true);
- var methodInfo = t.GetMethod("DuplicateToken", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr ExistingTokenHandle, int SECURITY_IMPERSONATION_LEVEL, IntPtr& DuplicateTokenHandle });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\IntelGraphicsAGS.exe
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.SDKCommandLine.exe
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.WinService.exe
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.WinService.exe");
- Type t = asm.GetType("OneApp.IGCC.WinService.igccservice", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle, ServiceStatus& serviceStatus });
- ===END SIGNATURE===
- Method: RegisterTypeLib
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.WinService.exe");
- Type t = asm.GetType("OneApp.IGCC.WinService.COMManager.RegisterLibs", true);
- var methodInfo = t.GetMethod("RegisterTypeLib", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { ITypeLib tlib, string szFullPath, string szHelpDir });
- ===END SIGNATURE===
- Method: UnRegisterTypeLib
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_78ff17a5ea060c5f\OneApp.IGCC.WinService.exe");
- Type t = asm.GetType("OneApp.IGCC.WinService.COMManager.RegisterLibs", true);
- var methodInfo = t.GetMethod("UnRegisterTypeLib", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid& libID, ushort wVerMajor, ushort wVerMinor, int lcid, SYSKIND syskind });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\AGS.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\LiteDB.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\Newtonsoft.Json.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\Newtonsoft.Json.Schema.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll
- Method: LogonUser
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("LogonUser", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string pszUsername, string pszDomain, string pszPassword, int dwLogonType, int dwLogonProvider, IntPtr& phToken });
- ===END SIGNATURE===
- Method: CloseHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("CloseHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle });
- ===END SIGNATURE===
- Method: DuplicateToken
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("DuplicateToken", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr existingTokenHandle, int impersonationLevel, IntPtr& duplicateTokenHandle });
- ===END SIGNATURE===
- Method: OutputDebugString
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("OutputDebugString", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { string message });
- ===END SIGNATURE===
- Method: QueryPerformanceCounter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryPerformanceCounter", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { UInt64& lpPerformanceCount });
- ===END SIGNATURE===
- Method: QueryPerformanceFrequency
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryPerformanceFrequency", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { UInt64& lpPerformanceFrequency });
- ===END SIGNATURE===
- Method: GetCurrentProcessId
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("GetCurrentProcessId", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: GetModuleFileName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.NativeMethods", true);
- var methodInfo = t.GetMethod("GetModuleFileName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr hModule, StringBuilder lpFilename, int nSize });
- ===END SIGNATURE===
- Method: CreateFile
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\NLog.dll");
- Type t = asm.GetType("NLog.Internal.Win32FileNativeMethods", true);
- var methodInfo = t.GetMethod("CreateFile", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- Microsoft.Win32.SafeHandles.SafeFileHandle result = (Microsoft.Win32.SafeHandles.SafeFileHandle) methodInfo.Invoke(null, new object[] { string lpFileName, FileAccess dwDesiredAccess, int dwShareMode, IntPtr lpSecurityAttributes, CreationDisposition dwCreationDisposition, Win32FileAttributes dwFlagsAndAttributes, IntPtr hTemplateFile });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.COMLibrary.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CommunicationService.dll
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll
- Method: SetCursorPos
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Util.MousePointerManager", true);
- var methodInfo = t.GetMethod("SetCursorPos", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { int x, int y });
- ===END SIGNATURE===
- Method: GetCursorPos
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Util.MousePointerManager", true);
- var methodInfo = t.GetMethod("GetCursorPos", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { MousePoint& lpPoint });
- ===END SIGNATURE===
- Method: EnumDisplayDevices
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("EnumDisplayDevices", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpDevice, int iDevNum, DISPLAY_DEVICE& lpDisplayDevice, int dwFlags });
- ===END SIGNATURE===
- Method: EnumDisplaySettings
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("EnumDisplaySettings", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { string lpszDeviceName, int iModeNum, DEVMODE& lpDevMode });
- ===END SIGNATURE===
- Method: ChangeDisplaySettingsEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ChangeDisplaySettingsEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Display.Model.DispModeError result = (OneApp.IGCC.CoreLibrary.Display.Model.DispModeError) methodInfo.Invoke(null, new object[] { string lpszDeviceName, DEVMODE& lpDevMode, IntPtr hwnd, CDSFlags dwflags, IntPtr lParam });
- ===END SIGNATURE===
- Method: ChangeDisplaySettingsEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ChangeDisplaySettingsEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Display.Model.DispModeError result = (OneApp.IGCC.CoreLibrary.Display.Model.DispModeError) methodInfo.Invoke(null, new object[] { string lpszDeviceName, IntPtr lpDevMode, IntPtr hwnd, CDSFlags dwflags, IntPtr lParam });
- ===END SIGNATURE===
- Method: SetDisplayConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetDisplayConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { uint numPathArrayElements, DCPathInfo[] pathArray, uint numModeInfoArrayElements, DCModeInfo[] modeInfoArray, SdcFlags flags });
- ===END SIGNATURE===
- Method: QueryDisplayConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryDisplayConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { QueryDisplayFlags flags, UInt32& numPathArrayElements, DCPathInfo[] pathInfoArray, UInt32& modeInfoArrayElements, DCModeInfo[] modeInfoArray, DCTopologyId& topologyId });
- ===END SIGNATURE===
- Method: QueryDisplayConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("QueryDisplayConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { QueryDisplayFlags flags, UInt32& numPathArrayElements, DCPathInfo[] pathInfoArray, UInt32& modeInfoArrayElements, DCModeInfo[] modeInfoArray, IntPtr topologyId });
- ===END SIGNATURE===
- Method: GetDisplayConfigBufferSizes
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetDisplayConfigBufferSizes", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { QueryDisplayFlags flags, UInt32& numPathArrayElements, UInt32& numModeInfoArrayElements });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCTargetDeviceName& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCTargetBaseType& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCAdapterName& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCSourceDeviceName& deviceName });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCTargetPreferredMode& preferredMode });
- ===END SIGNATURE===
- Method: DisplayConfigGetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigGetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCSupportVirtualResolution& supportVirtualResolution });
- ===END SIGNATURE===
- Method: DisplayConfigSetDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DisplayConfigSetDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { DCSupportVirtualResolution supportVirtualResolution });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetupDiGetClassDevs
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetClassDevs", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { Guid& ClassGuid, int Enumerator, IntPtr hwndParent, uint Flags });
- ===END SIGNATURE===
- Method: SetupDiEnumDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiEnumDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr lpInfoSet, uint dwIndex, SP_DEVINFO_DATA& devInfoData });
- ===END SIGNATURE===
- Method: SetupDiEnumDeviceInterfaces
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiEnumDeviceInterfaces", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDevInfo, IntPtr devInfo, Guid& interfaceClassGuid, uint memberIndex, SP_DEVICE_INTERFACE_DATA& deviceInterfaceData });
- ===END SIGNATURE===
- Method: SetupDiGetDeviceInterfaceDetail
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDeviceInterfaceDetail", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDevInfo, SP_DEVICE_INTERFACE_DATA& deviceInterfaceData, SP_DEVICE_INTERFACE_DETAIL_DATA& deviceInterfaceDetailData, uint deviceInterfaceDetailDataSize, UInt32& requiredSize, SP_DEVINFO_DATA& deviceInfoData });
- ===END SIGNATURE===
- Method: SetupDiOpenDevRegKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiOpenDevRegKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hDeviceInfoSet, SP_DEVINFO_DATA& deviceInfoData, uint scope, uint hwProfile, uint parameterRegistryValueKind, uint samDesired });
- ===END SIGNATURE===
- Method: SetupDiGetDevicePropertyW
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDevicePropertyW", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr deviceInfoSet, SP_DEVINFO_DATA& DeviceInfoData, DEVPROPKEY& propertyKey, UInt32& propertyType, IntPtr propertyBuffer, uint propertyBufferSize, UInt32& requiredSize, uint flags });
- ===END SIGNATURE===
- Method: SetupDiGetDeviceRegistryPropertyW
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDeviceRegistryPropertyW", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr DeviceInfoSet, SP_DEVINFO_DATA& DeviceInfoData, uint Property, UInt32& PropertyRegDataType, IntPtr PropertyBuffer, uint PropertyBufferSize, UInt32& RequiredSize });
- ===END SIGNATURE===
- Method: SetupDiEnumDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiEnumDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr lpInfoSet, uint dwIndex, SP_DEVINFO_DATA devInfoData });
- ===END SIGNATURE===
- Method: SetupDiOpenDeviceInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiOpenDeviceInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr deviceInfoSet, IntPtr deviceInstanceId, IntPtr hwndParent, int openFlags, SP_DEVINFO_DATA deviceInfoData });
- ===END SIGNATURE===
- Method: SetupDiGetDeviceRegistryProperty
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiGetDeviceRegistryProperty", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr DeviceInfoSet, SP_DEVINFO_DATA& DeviceInfoData, uint Property, UInt32& PropertyRegDataType, Byte[] PropertyBuffer, uint PropertyBufferSize, UInt32& RequiredSize });
- ===END SIGNATURE===
- Method: SetupDiCreateDeviceInfoList
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiCreateDeviceInfoList", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { Guid ClassGuid, IntPtr hwndParent });
- ===END SIGNATURE===
- Method: SetupDiDestroyDeviceInfoList
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetupDiDestroyDeviceInfoList", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDevInfo });
- ===END SIGNATURE===
- Method: CreateDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("CreateDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpszDriver, string lpszDevice, string lpszOutput, uint lpInitData });
- ===END SIGNATURE===
- Method: DeleteDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("DeleteDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hdc });
- ===END SIGNATURE===
- Method: D3DKMTOpenAdapterFromHdc
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTOpenAdapterFromHdc", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { D3DKMT_OPENADAPTERFROMHDC& Arg });
- ===END SIGNATURE===
- Method: D3DKMTCloseAdapter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTCloseAdapter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { D3DKMT_CLOSEADAPTER& Arg });
- ===END SIGNATURE===
- Method: D3DKMTEscape
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTEscape", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus) methodInfo.Invoke(null, new object[] { D3DKMT_ESCAPE& escapeData });
- ===END SIGNATURE===
- Method: D3DKMTOpenAdapterFromDeviceName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTOpenAdapterFromDeviceName", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { D3DKMT_OPENADAPTERFROMDEVICENAME& deviceArgs });
- ===END SIGNATURE===
- Method: D3DKMTQueryAdapterInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("D3DKMTQueryAdapterInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/NTStatus) methodInfo.Invoke(null, new object[] { D3DKMT_QUERYADAPTERINFO& deviceArg });
- ===END SIGNATURE===
- Method: LoadLibrary
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("LoadLibrary", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string path });
- ===END SIGNATURE===
- Method: GetProcAddress
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetProcAddress", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hModule, string procName });
- ===END SIGNATURE===
- Method: FreeLibrary
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("FreeLibrary", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hModule });
- ===END SIGNATURE===
- Method: LoadPackagedLibrary
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("LoadPackagedLibrary", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string libFileName, uint Reserved });
- ===END SIGNATURE===
- Method: SetDeviceGammaRamp
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetDeviceGammaRamp", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDC, RAMP& lpRamp });
- ===END SIGNATURE===
- Method: GetDeviceGammaRamp
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetDeviceGammaRamp", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hDC, RAMP& lpRamp });
- ===END SIGNATURE===
- Method: GetDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hWnd });
- ===END SIGNATURE===
- Method: ReleaseDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ReleaseDC", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hWnd, IntPtr hDC });
- ===END SIGNATURE===
- Method: RegisterHotKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterHotKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hWnd, int id, int fsModifiers, Keys vk });
- ===END SIGNATURE===
- Method: UnregisterHotKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("UnregisterHotKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hWnd, int id });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: SendMessage
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SendMessage", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam });
- ===END SIGNATURE===
- Method: RegisterWindowMessage
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterWindowMessage", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { string lpString });
- ===END SIGNATURE===
- Method: RegCloseKey
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegCloseKey", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey });
- ===END SIGNATURE===
- Method: RegQueryValueEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegQueryValueEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpValueName, int lpReserved, Int32& type, IntPtr lpData, Int32& lpcbData });
- ===END SIGNATURE===
- Method: RegQueryValueEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegQueryValueEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError result = (OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods/WinError) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpValueName, int lpReserved, Int32& type, StringBuilder lpData, Int32& lpcbData });
- ===END SIGNATURE===
- Method: RegOpenKeyEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegOpenKeyEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey, string subKey, int ulOptions, uint samDesired, IntPtr& hkResult });
- ===END SIGNATURE===
- Method: RegSetValueEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegSetValueEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpValueName, int Reserved, RegistryValueKind dwType, IntPtr lpData, int cbData });
- ===END SIGNATURE===
- Method: RegCreateKeyA
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegCreateKeyA", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { uint hKey, string lpSubKey, IntPtr phkResult });
- ===END SIGNATURE===
- Method: RegCreateKeyEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegCreateKeyEx", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hKey, string lpSubKey, int Reserved, string lpClass, RegOption dwOptions, RegSAM samDesired, IntPtr lpSecurityAttributes, IntPtr& phkResult, RegResult& lpdwDisposition });
- ===END SIGNATURE===
- Method: RegisterDeviceNotification
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterDeviceNotification", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hRecipient, IntPtr NotificationFilter, uint Flags });
- ===END SIGNATURE===
- Method: PowerSetActiveScheme
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerSetActiveScheme", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr UserPowerKey, Guid& ActivePolicyGuid });
- ===END SIGNATURE===
- Method: PowerGetActiveScheme
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerGetActiveScheme", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr UserPowerKey, IntPtr& ActivePolicyGuid });
- ===END SIGNATURE===
- Method: PowerReadFriendlyName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerReadFriendlyName", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr RootPowerKey, Guid& SchemeGuid, IntPtr SubGroupOfPowerSettingsGuid, IntPtr PowerSettingGuid, IntPtr Buffer, UInt32& BufferSize });
- ===END SIGNATURE===
- Method: PowerReadDCValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerReadDCValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, UInt32& DcValueIndex });
- ===END SIGNATURE===
- Method: PowerWriteDCValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerWriteDCValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, uint DcValueIndex });
- ===END SIGNATURE===
- Method: PowerReadACValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerReadACValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, UInt32& DcValueIndex });
- ===END SIGNATURE===
- Method: PowerWriteACValueIndex
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("PowerWriteACValueIndex", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr handle, Guid& SchemeGuid, Guid& subGroupOfGfxSettingsGuid, Guid& GfxSettingGuid, uint DcValueIndex });
- ===END SIGNATURE===
- Method: RegisterPowerSettingNotification
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("RegisterPowerSettingNotification", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hRecipient, Guid& PowerSettingGuid, int Flags });
- ===END SIGNATURE===
- Method: GetSystemPowerStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("GetSystemPowerStatus", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { SYSTEM_POWER_STATUS& systemPowerStatus });
- ===END SIGNATURE===
- Method: clGetPlatformIDs
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("clGetPlatformIDs", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode result = (OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode) methodInfo.Invoke(null, new object[] { uint numEntries, PlatformID[] platforms, UInt32& numPlatforms });
- ===END SIGNATURE===
- Method: clGetPlatformInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("clGetPlatformInfo", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode result = (OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode) methodInfo.Invoke(null, new object[] { PlatformID platform, PlatformInfo param_name, IntPtr param_value_size, Byte[] param_value, IntPtr& param_value_size_ret });
- ===END SIGNATURE===
- Method: CreateDC
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("CreateDC", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpszDriver, string lpszDevice, string lpszOutput, IntPtr lpInitData });
- ===END SIGNATURE===
- Method: clGetPlatformInfo
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("clGetPlatformInfo", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode result = (OneApp.IGCC.CoreLibrary.SystemInformation.Model.OpenCLData/ErrorCode) methodInfo.Invoke(null, new object[] { PlatformID platform, PlatformInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr& param_value_size_ret });
- ===END SIGNATURE===
- Method: ChoosePixelFormat
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("ChoosePixelFormat", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr hdc, PixelFormatDescriptor& pfd });
- ===END SIGNATURE===
- Method: SetPixelFormat
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("SetPixelFormat", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hdc, int iPixelFormat, PixelFormatDescriptor& pfd });
- ===END SIGNATURE===
- Method: wglCreateContext
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("wglCreateContext", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hdc });
- ===END SIGNATURE===
- Method: wglMakeCurrent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("wglMakeCurrent", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hdc, IntPtr hglrc });
- ===END SIGNATURE===
- Method: wglDeleteContext
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("wglDeleteContext", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hglrc });
- ===END SIGNATURE===
- Method: glGetString
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.Driver.Native.NativeMethods", true);
- var methodInfo = t.GetMethod("glGetString", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { GLStringNames name });
- ===END SIGNATURE===
- Method: OpenProcessToken
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.D3D.DXDB.WindowsIdentityManager", true);
- var methodInfo = t.GetMethod("OpenProcessToken", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { IntPtr ProcessHandle, int DesiredAccess, IntPtr& TokenHandle });
- ===END SIGNATURE===
- Method: CloseHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.D3D.DXDB.WindowsIdentityManager", true);
- var methodInfo = t.GetMethod("CloseHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle });
- ===END SIGNATURE===
- Method: DuplicateToken
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.CoreLibrary.dll");
- Type t = asm.GetType("OneApp.IGCC.CoreLibrary.D3D.DXDB.WindowsIdentityManager", true);
- var methodInfo = t.GetMethod("DuplicateToken", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr ExistingTokenHandle, int SECURITY_IMPERSONATION_LEVEL, IntPtr& DuplicateTokenHandle });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\IntelGraphicsAGS.exe
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.SDKCommandLine.exe
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.WinService.exe
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.WinService.exe");
- Type t = asm.GetType("OneApp.IGCC.WinService.igccservice", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle, ServiceStatus& serviceStatus });
- ===END SIGNATURE===
- Method: RegisterTypeLib
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.WinService.exe");
- Type t = asm.GetType("OneApp.IGCC.WinService.COMManager.RegisterLibs", true);
- var methodInfo = t.GetMethod("RegisterTypeLib", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { ITypeLib tlib, string szFullPath, string szHelpDir });
- ===END SIGNATURE===
- Method: UnRegisterTypeLib
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\igcc_dch.inf_amd64_d41475607d200c40\OneApp.IGCC.WinService.exe");
- Type t = asm.GetType("OneApp.IGCC.WinService.COMManager.RegisterLibs", true);
- var methodInfo = t.GetMethod("UnRegisterTypeLib", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid& libID, ushort wVerMajor, ushort wVerMinor, int lcid, SYSKIND syskind });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll
- Method: ACADetectorGetCaps
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACADetectorGetCaps", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _acaIpSoundList });
- ===END SIGNATURE===
- Method: ACARegisterNotificationHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACARegisterNotificationHandle", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { uint _callerPid, Guid _appId, IntPtr _eventHandle });
- ===END SIGNATURE===
- Method: ACAUnregisterNotificationHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACAUnregisterNotificationHandle", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid _appId });
- ===END SIGNATURE===
- Method: ACAStartSoundDetect
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACAStartSoundDetect", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid _appId, Guid _moduleId, Guid _soundId, AcaPolicy _policy, UInt32& _requestId });
- ===END SIGNATURE===
- Method: ACAStopSoundDetect
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACAStopSoundDetect", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { Guid _appId, uint _requestId });
- ===END SIGNATURE===
- Method: ACASetIpParam
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACASetIpParam", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid _appId, Guid _moduleId, uint _paramId, Byte[] _paramValue, uint _paramSize });
- ===END SIGNATURE===
- Method: ACAGetIpParam
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACAGetIpParam", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid _appId, Guid _moduleId, uint _paramId, Byte[]& _paramValue, UInt32& _paramSize });
- ===END SIGNATURE===
- Method: ACAContextQuery
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("ACAContextQuery", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { Guid _appId, IntPtr _acaDetection });
- ===END SIGNATURE===
- Method: GetApiVersion
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("GetApiVersion", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { UInt32& _major, UInt32& _minor });
- ===END SIGNATURE===
- Method: GetLibraryVersion
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\DLLs\IntelAcaDll.NetFull.dll");
- Type t = asm.GetType("IntelAcaSdkCommunication.AcaSdkApiMethods", true);
- var methodInfo = t.GetMethod("GetLibraryVersion", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { UnicodeString& _version });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe
- Method: CreateProcessAsUserWExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelNativeWinAPI.ProcessNativeMethods", true);
- var methodInfo = t.GetMethod("CreateProcessAsUserWExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hToken, string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, string lpEnvironment, string lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation });
- ===END SIGNATURE===
- Method: CloseHandleExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelNativeWinAPI.ProcessNativeMethods", true);
- var methodInfo = t.GetMethod("CloseHandleExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hHandle });
- ===END SIGNATURE===
- Method: WTSGetActiveConsoleSessionIdExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelNativeWinAPI.ProcessNativeMethods", true);
- var methodInfo = t.GetMethod("WTSGetActiveConsoleSessionIdExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: GetServiceDirectoryExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelNativeWinAPI.ProcessNativeMethods", true);
- var methodInfo = t.GetMethod("GetServiceDirectoryExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt16 result = (System.UInt16) methodInfo.Invoke(null, new object[] { IntPtr _serviceStatusHandle, ServiceDirectoryType _directoryType, StringBuilder _pathBuffer, ushort _pathBufferLength, UInt16& _requiredBufferLength });
- ===END SIGNATURE===
- Method: SetDllDirectoryWExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelNativeWinAPI.ProcessNativeMethods", true);
- var methodInfo = t.GetMethod("SetDllDirectoryWExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string _path });
- ===END SIGNATURE===
- Method: InitRpcLauncherDll
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.RpcService.RpcServerWrapper", true);
- var methodInfo = t.GetMethod("InitRpcLauncherDll", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: StartRpcServerDll
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.RpcService.RpcServerWrapper", true);
- var methodInfo = t.GetMethod("StartRpcServerDll", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _pRpcLauncher });
- ===END SIGNATURE===
- Method: StopRpcServerDll
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.RpcService.RpcServerWrapper", true);
- var methodInfo = t.GetMethod("StopRpcServerDll", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _pRpcLauncher });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyAssistantSubscribeDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyAssistantSubscribeDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { AssistantSubscribeDelegate _assistantSubscribeDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyAssistantUnsubscribeDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyAssistantUnsubscribeDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { AssistantUnsubscribeDelegate _assistantUnsubscribeDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyRegisterPdtDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyRegisterPdtDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { RegisterPdtDelegate _registerPdtDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyRegisterUdtDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyRegisterUdtDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { RegisterUdtDelegate _registerUdtDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyAddSvDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyAddSvDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { AddSvDelegate _addSvDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyUnregisterPdtDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyUnregisterPdtDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { UnregisterPdtDelegate _unregisterPdtDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyUnregisterUdtDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyUnregisterUdtDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { UnregisterUdtDelegate _unregisterUdtDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyRemoveSvDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyRemoveSvDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { RemoveSvDelegate _removeSvDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyQueryCapabilitiesDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyQueryCapabilitiesDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { QueryCapabilitiesDelegate _queryCapabilitiesDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyQueryCurrentLanguageDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyQueryCurrentLanguageDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { QueryCurrentLanguageDelegate _queryCurrentLanguageDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyGetMultiPaApiVersionDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyGetMultiPaApiVersionDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { GetMultiPaApiVersionDelegate _getMultiPaApiVersionDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxySetMultiPaParameterDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxySetMultiPaParameterDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { SetMultiPaParameterDelegate _setMultiPaParameterDelegate });
- ===END SIGNATURE===
- Method: SetIntelMultiPaSetupProxyGetMultiPaParameterDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.MultiPaSetupProxy.RpcIntelMultiPaProxy", true);
- var methodInfo = t.GetMethod("SetIntelMultiPaSetupProxyGetMultiPaParameterDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { GetMultiPaParameterDelegate _getMultiPaParameterDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpQueryDelegate _cpQueryDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpMicArrayQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpMicArrayQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpMicArrayQueryDelegate _cpMicArrayQueryDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpCreateStreamV1Delegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpCreateStreamV1Delegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpCreateStreamV1Delegate _cpCreateStreamDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpCreateStreamV2Delegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpCreateStreamV2Delegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpCreateStreamV2Delegate _cpCreateStreamDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpCreateStreamV3Delegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpCreateStreamV3Delegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpCreateStreamV3Delegate _cpCreateStreamDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpDestroyStreamDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpDestroyStreamDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpDestroyStreamDelegate _cpDestroyStreamDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpStartDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpStartDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpStartDelegate _cpStartDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpStopDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpStopDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpStopDelegate _cpStopDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpGetBufferDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpGetBufferDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpGetBufferDelegate _cpGetBufferDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpEventQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpEventQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpEventQueryDelegate _cpEventQueryDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpFarfieldSupportQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpFarfieldSupportQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpFarfieldSupportQueryDelegate _cpFarfieldSupportQueryDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpAudioFormatQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpAudioFormatQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpAudioFormatQueryDelegate _cpAudioFormatQueryDelegate });
- ===END SIGNATURE===
- Method: SetIntelClientProxyCpApiVersionQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.ClientProxy.RpcIntelClientProxy", true);
- var methodInfo = t.GetMethod("SetIntelClientProxyCpApiVersionQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { CpApiVersionQueryDelegate _cpApiVersionQueryDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaDetectorGetCapsDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaDetectorGetCapsDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaDetectorGetCapsDelegate _acaDetectorGetCapsDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaRegisterNotificationHandleDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaRegisterNotificationHandleDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaRegisterNotificationHandleDelegate _acaRegisterNotificationHandleDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaUnregisterNotificationHandleDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaUnregisterNotificationHandleDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaUnregisterNotificationHandleDelegate _acaUnregisterNotificationHandleDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaStartSoundDetectDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaStartSoundDetectDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaStartSoundDetectDelegate _acaStartSoundDetectDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaStopSoundDetectDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaStopSoundDetectDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaStopSoundDetectDelegate _acaStopSoundDetectDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaSetIpParamDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaSetIpParamDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaSetIpParamDelegate _acaSetIpParamDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaGetIpParamDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaGetIpParamDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaGetIpParamDelegate _acaGetIpPramDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyAcaContextQueryDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyAcaContextQueryDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaContextQueryDelegate _acaContextQueryDelegate });
- ===END SIGNATURE===
- Method: SetAcaProxyGetAcaApiVersionDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Proxy.AcaProxy.RpcAcaProxy", true);
- var methodInfo = t.GetMethod("SetAcaProxyGetAcaApiVersionDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { GetAcaApiVersionDelegate _getApiVersionDelegate });
- ===END SIGNATURE===
- Method: SetLogMessageDelegate
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Logger.AudioServiceLogger", true);
- var methodInfo = t.GetMethod("SetLogMessageDelegate", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { LoggerDelegate _loggerDelegate });
- ===END SIGNATURE===
- Method: LogWppMessage
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Logger.WppLogger", true);
- var methodInfo = t.GetMethod("LogWppMessage", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { string _message });
- ===END SIGNATURE===
- Method: IWoVInitSession
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVInitSession", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { UInt32& _sessionID });
- ===END SIGNATURE===
- Method: IWoVDestroySession
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVDestroySession", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { uint _sessionID });
- ===END SIGNATURE===
- Method: IWoVInit
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVInit", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { uint _sessionID, IntelWovSdkComponent _component });
- ===END SIGNATURE===
- Method: IWoVReset
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVReset", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { uint _sessionID, IntelWovSdkComponent _component });
- ===END SIGNATURE===
- Method: IWoVSetAttribute
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVSetAttribute", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { IntelWovSdkConfigAttribute _attributeID, IntPtr _value });
- ===END SIGNATURE===
- Method: IWoVSetBinAttribute
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVSetBinAttribute", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { IntelWovSdkConfigBinAttribute _attributeID, IntPtr _blob });
- ===END SIGNATURE===
- Method: IWoVSetModel
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVSetModel", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { uint _sessionID, IntPtr _model });
- ===END SIGNATURE===
- Method: IWoVSetModelThreshold
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVSetModelThreshold", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { uint _sessionID, uint _modelIndex, float _threshold });
- ===END SIGNATURE===
- Method: IWoVPrepareLpeData
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.IntelWovSdk.IntelWovSdkImport", true);
- var methodInfo = t.GetMethod("IWoVPrepareLpeData", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.DataTypes.IntelWovSdkStatus result = (IntelAudioService.DataTypes.IntelWovSdkStatus) methodInfo.Invoke(null, new object[] { uint _sessionID, IntPtr _lpeBuffer, UInt32& _lpeBufferSize });
- ===END SIGNATURE===
- Method: GetEndpoints
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.EndpointDeviceManagerMethods", true);
- var methodInfo = t.GetMethod("GetEndpoints", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr& _endpointProxyList, UInt32& _endpointProxyCount });
- ===END SIGNATURE===
- Method: KsProperty
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.KsPropertyMethods", true);
- var methodInfo = t.GetMethod("KsProperty", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _ksInterface, IntPtr _ksProperty, uint _propertySize, IntPtr _propertyData, uint _propertyDataSize, UInt32& _bytesReturned });
- ===END SIGNATURE===
- Method: CreateFarfieldDllClientInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("CreateFarfieldDllClientInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.ControlModuleWrapper.FarfieldClientSafeHandle result = (IntelAudioService.ControlModuleWrapper.FarfieldClientSafeHandle) methodInfo.Invoke(null, new object[] { string _dllName });
- ===END SIGNATURE===
- Method: DisposeFarfieldClient
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("DisposeFarfieldClient", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr _ffClientPtr });
- ===END SIGNATURE===
- Method: UpdateWovConfiguration
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("UpdateWovConfiguration", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt64 result = (System.UInt64) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr, IntPtr _buffer, ulong _size });
- ===END SIGNATURE===
- Method: UpdateReferenceWovConfiguration
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("UpdateReferenceWovConfiguration", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt64 result = (System.UInt64) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr, IntPtr _buffer, ulong _size });
- ===END SIGNATURE===
- Method: UpdatePpConfiguration
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("UpdatePpConfiguration", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt64 result = (System.UInt64) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr, IntPtr _buffer, ulong _size });
- ===END SIGNATURE===
- Method: UpdateDvConfiguration
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("UpdateDvConfiguration", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt64 result = (System.UInt64) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr, IntPtr _buffer, ulong _size });
- ===END SIGNATURE===
- Method: UpdateMicGeoConfiguration
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("UpdateMicGeoConfiguration", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt64 result = (System.UInt64) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr, IntPtr _buffer, ulong _size });
- ===END SIGNATURE===
- Method: Verify
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("Verify", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt64 result = (System.UInt64) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr, IntPtr _inputBuffer, ulong _inputBufferSize, IntPtr _outputBuffer, ulong _outputBufferSize, UInt64& _bytesReturned });
- ===END SIGNATURE===
- Method: Reset
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.FarfieldClientMethods", true);
- var methodInfo = t.GetMethod("Reset", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { FarfieldClientSafeHandle _ffClientPtr });
- ===END SIGNATURE===
- Method: GetServiceRegistryStateKeyExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.IntelRegistryMethods", true);
- var methodInfo = t.GetMethod("GetServiceRegistryStateKeyExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _serviceStatusHandle, SERVICE_REGISTRY_STATE_TYPE _stateType, IntPtr& _serviceStateKey });
- ===END SIGNATURE===
- Method: GetRegKeyValueExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.IntelRegistryMethods", true);
- var methodInfo = t.GetMethod("GetRegKeyValueExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _hKey, string _keyName, IntPtr& _keyValue });
- ===END SIGNATURE===
- Method: ReadInterfaceRegistryKeyExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.IntelRegistryMethods", true);
- var methodInfo = t.GetMethod("ReadInterfaceRegistryKeyExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { string _deviceName, IntPtr& _registryKey });
- ===END SIGNATURE===
- Method: RegCloseKeyExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.IntelRegistryMethods", true);
- var methodInfo = t.GetMethod("RegCloseKeyExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr _keyValue });
- ===END SIGNATURE===
- Method: CreatePpDllClientInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("CreatePpDllClientInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.ControlModuleWrapper.PpDllClientSafeHandle result = (IntelAudioService.ControlModuleWrapper.PpDllClientSafeHandle) methodInfo.Invoke(null, new object[] { string _ppDllPath });
- ===END SIGNATURE===
- Method: DisposePpDllClient
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("DisposePpDllClient", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr _ppDllClientHandle });
- ===END SIGNATURE===
- Method: IntelSstPreProcGetSize
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcGetSize", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntelSstBasicConfiguration& _configuration, Int32& _memorySize });
- ===END SIGNATURE===
- Method: IntelSstPreProcInitialize
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcInitialize", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr& _instance, IntelSstBasicConfiguration& _configuration, ICLogger& _logger });
- ===END SIGNATURE===
- Method: IntelSstPreProcSetConfig
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcSetConfig", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr _instance, IntPtr _configBlob, uint _blobSize });
- ===END SIGNATURE===
- Method: IntelSstPreProcGetLatency
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcGetLatency", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr _instance, Int32& _msLatency });
- ===END SIGNATURE===
- Method: IntelSstPreProcProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcProcess", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr _instance, IntelSstInput& _input, IntPtr _outputBuffer });
- ===END SIGNATURE===
- Method: IntelSstPreProcBurstProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcBurstProcess", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr _instance, IntelSstBurstInput& _input, IntPtr _outputBuffer });
- ===END SIGNATURE===
- Method: IntelSstPreProcReset
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcReset", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr _instance });
- ===END SIGNATURE===
- Method: IntelSstPreProcRelease
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.PpDllMethods", true);
- var methodInfo = t.GetMethod("IntelSstPreProcRelease", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { PpDllClientSafeHandle _ppDllHandle, IntPtr _instance });
- ===END SIGNATURE===
- Method: CreateLpalListenerInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("CreateLpalListenerInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.ControlModuleWrapper.IntelListenerSafeHandle result = (IntelAudioService.ControlModuleWrapper.IntelListenerSafeHandle) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: DisposeLpalListener
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("DisposeLpalListener", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr _listnerHandle });
- ===END SIGNATURE===
- Method: LCloseAllSessions
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LCloseAllSessions", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle });
- ===END SIGNATURE===
- Method: LCreateStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LCreateStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid, string _ppMemoryName, string _rawMemoryName, uint _channelsCount, eIntcSpeechMode _speechMode, bool _enablePreprocessing });
- ===END SIGNATURE===
- Method: LDestroyStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LDestroyStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid });
- ===END SIGNATURE===
- Method: LStart
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LStart", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid });
- ===END SIGNATURE===
- Method: LStop
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LStop", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid });
- ===END SIGNATURE===
- Method: LCfg
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LCfg", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, bool _stopStreamingOnWup, uint _keyPhraseDetectionSensitivity, string _sDataBlobFilePath, string _sDataReservedFilePath });
- ===END SIGNATURE===
- Method: LRead
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LRead", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid, Double& _performanceDiff });
- ===END SIGNATURE===
- Method: LQueryNotif
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LQueryNotif", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid, eIntcEventNotificationType& _notificationType });
- ===END SIGNATURE===
- Method: LGetBufferMetadata
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LGetBufferMetadata", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid, BufferMetadata& _bufferMetadata });
- ===END SIGNATURE===
- Method: LGetDetectionData
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LGetDetectionData", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid, DetectionData& _detectionData });
- ===END SIGNATURE===
- Method: LOpenStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LOpenStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid });
- ===END SIGNATURE===
- Method: LWaitHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LWaitHandle", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid });
- ===END SIGNATURE===
- Method: LQuerySpeechMode
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LQuerySpeechMode", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid, eIntcSpeechMode& _speechMode });
- ===END SIGNATURE===
- Method: LReset
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovListenerMethods", true);
- var methodInfo = t.GetMethod("LReset", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelListenerSafeHandle _listnerHandle, uint _pid });
- ===END SIGNATURE===
- Method: GetEx
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.ControlModuleException", true);
- var methodInfo = t.GetMethod("GetEx", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { String& _message });
- ===END SIGNATURE===
- Method: CreateWoVControlInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("CreateWoVControlInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.ControlModuleWrapper.WovControl.IntelWovSafeHandle result = (IntelAudioService.ControlModuleWrapper.WovControl.IntelWovSafeHandle) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: DisposeWoVControl
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("DisposeWoVControl", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr _wovHandle });
- ===END SIGNATURE===
- Method: InitializeKsControl
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("InitializeKsControl", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: UnloadKsControl
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("UnloadKsControl", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: WovConfigWaitHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("WovConfigWaitHandle", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: CreateKsStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("CreateKsStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, uint _pid });
- ===END SIGNATURE===
- Method: StartStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("StartStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: RunStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("RunStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: StopKsStream
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("StopKsStream", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: GetSpeechDeviceId
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("GetSpeechDeviceId", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, String& _speechPinId });
- ===END SIGNATURE===
- Method: UnloadPpClient
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("UnloadPpClient", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: UnregisterKsEventHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("UnregisterKsEventHandle", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr });
- ===END SIGNATURE===
- Method: ActivateDevice
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("ActivateDevice", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, string _deviceId });
- ===END SIGNATURE===
- Method: RemoveDevice
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("RemoveDevice", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, string _deviceId, Int32& _devicesLeft });
- ===END SIGNATURE===
- Method: AddDevice
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("AddDevice", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, string _deviceId });
- ===END SIGNATURE===
- Method: IsCaptureDevice
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("IsCaptureDevice", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, string _deviceId });
- ===END SIGNATURE===
- Method: IsLpCapableDevice
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("IsLpCapableDevice", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, string _deviceId });
- ===END SIGNATURE===
- Method: GetFirstLpCapableArrayEndpointId
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("GetFirstLpCapableArrayEndpointId", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, bool _ppCapable, String& _endpointId });
- ===END SIGNATURE===
- Method: GetActiveEndpointId
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("GetActiveEndpointId", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, String& _endpointId });
- ===END SIGNATURE===
- Method: GetMicArray
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("GetMicArray", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, KSAUDIO_MIC_ARRAY_GEOMETRY_WRAPPER& _geometry });
- ===END SIGNATURE===
- Method: LoadKsPipeline
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("LoadKsPipeline", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, uint _micChannelsCount, uint _referenceChannelsCount, ushort _bitDepth, ushort _containerSize, eIntcSpeechMode _mode, bool _preprocessed, uint _ksMicCoordArrayLen, Boolean& _usesPpDll });
- ===END SIGNATURE===
- Method: GetKsStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.WovControl.WovControlMethods", true);
- var methodInfo = t.GetMethod("GetKsStatus", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntelWovSafeHandle _wovControllerPtr, Boolean& _areWovNotificationsEnabled, Boolean& _isPreprocessingEnabled, UInt32& _micChannelsCount, UInt32& _referenceChannelsCount, UInt32& _ksMicCoordArrayLen, UInt16& _bitDepth, UInt16& _containerSize, EndpointDeviceData& _defaultDevice, string _queriedDevice });
- ===END SIGNATURE===
- Method: CreateIOCTLControlInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("CreateIOCTLControlInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.ControlModuleWrapper.Ioctl.IntelIOCTLSafeHandle result = (IntelAudioService.ControlModuleWrapper.Ioctl.IntelIOCTLSafeHandle) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: CreateHpalIOCTLControlInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("CreateHpalIOCTLControlInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.ControlModuleWrapper.Ioctl.IntelIOCTLSafeHandle result = (IntelAudioService.ControlModuleWrapper.Ioctl.IntelIOCTLSafeHandle) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: DisposeIOCTLControl
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("DisposeIOCTLControl", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr _ioctlHandle });
- ===END SIGNATURE===
- Method: GetTinyParameter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("GetTinyParameter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntelIOCTLSafeHandle _ioctlHandle, uint _feature, uint _parameterId, UInt32& _parameterData });
- ===END SIGNATURE===
- Method: SetTinyParameter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("SetTinyParameter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntelIOCTLSafeHandle _ioctlHandle, uint _feature, uint _parameterId, uint _parameterData, bool _setAsDefault });
- ===END SIGNATURE===
- Method: GetBigParameter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("GetBigParameter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntelIOCTLSafeHandle _ioctlHandle, uint _feature, uint _parameterId, IntPtr& _dataBlob, UInt64& _dataBlobSize });
- ===END SIGNATURE===
- Method: SetBigParameter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("SetBigParameter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntelIOCTLSafeHandle _ioctlHandle, uint _feature, uint _parameterId, IntPtr _dataBlob, ulong _dataBlobSize });
- ===END SIGNATURE===
- Method: GetStructParameter
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("GetStructParameter", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntelIOCTLSafeHandle _ioctlHandle, uint _ioctlCode, uint _featureId, IntPtr& _data, uint _dataSize });
- ===END SIGNATURE===
- Method: GetDevicePath
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Ioctl.IoctlMethods", true);
- var methodInfo = t.GetMethod("GetDevicePath", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntelIOCTLSafeHandle _ioctlHandle, IntPtr& _devName });
- ===END SIGNATURE===
- Method: GetProcessWorkingSetSizeExExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.Win32NativeMethods", true);
- var methodInfo = t.GetMethod("GetProcessWorkingSetSizeExExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr _hProcess, Int32& _minWorkingSetSize, Int32& _maxWorkingSetSize, QUOTA_LIMITS_HARDWS& Flags });
- ===END SIGNATURE===
- Method: SetProcessWorkingSetSizeExExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.Win32NativeMethods", true);
- var methodInfo = t.GetMethod("SetProcessWorkingSetSizeExExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr _hProcess, int _minWorkingSetSize, int _maxWorkingSetSize, QUOTA_LIMITS_HARDWS Flags });
- ===END SIGNATURE===
- Method: DuplicateHandleExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.Win32NativeMethods", true);
- var methodInfo = t.GetMethod("DuplicateHandleExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { uint _callerPid, IntPtr _wupEvent });
- ===END SIGNATURE===
- Method: CloseHandleExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.Win32NativeMethods", true);
- var methodInfo = t.GetMethod("CloseHandleExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hObject });
- ===END SIGNATURE===
- Method: CallNtPowerInformationExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("CallNtPowerInformationExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { int InformationLevel, IntPtr lpInputBuffer, int nInputBufferSize, SYSTEM_POWER_CAPABILITIES& spi, int nOutputBufferSize });
- ===END SIGNATURE===
- Method: RegisterServiceCtrlHandlerExWExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("RegisterServiceCtrlHandlerExWExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpServiceName, ServiceControlHandlerEx cbex, IntPtr context });
- ===END SIGNATURE===
- Method: RegisterPowerSettingNotificationExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("RegisterPowerSettingNotificationExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hRecipient, Guid& PowerSettingGuid, int Flags });
- ===END SIGNATURE===
- Method: UnregisterPowerSettingNotificationExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("UnregisterPowerSettingNotificationExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr handle });
- ===END SIGNATURE===
- Method: AdjustSecurityPrivileges
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("AdjustSecurityPrivileges", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: IsApiSetImplementedExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("IsApiSetImplementedExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { string _apiSetName });
- ===END SIGNATURE===
- Method: IsPowerManagmentApiSetImplementedExport
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.ControlModuleWrapper.Core.WinAPINativeMethods", true);
- var methodInfo = t.GetMethod("IsPowerManagmentApiSetImplementedExport", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: CreateAcaDetectorDllClientInstance
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("CreateAcaDetectorDllClientInstance", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllSafeHandle result = (IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllSafeHandle) methodInfo.Invoke(null, new object[] { string _acaDetectorDllPath });
- ===END SIGNATURE===
- Method: DisposeAcaDetectorDllClient
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("DisposeAcaDetectorDllClient", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr _acaDetectorDllHandle });
- ===END SIGNATURE===
- Method: ACADetectorGetCaps
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("ACADetectorGetCaps", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaDetectorDllSafeHandle _acaDllHandle, string _acaIpPath, IntPtr _acaIpSoundsList });
- ===END SIGNATURE===
- Method: ACADetectorBuildArmingData
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("ACADetectorBuildArmingData", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaDetectorDllSafeHandle _acaDllHandle, Guid _moduleId, IntPtr _acaList, IntPtr _acaConfList });
- ===END SIGNATURE===
- Method: ACADetectorVerifyDetection
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("ACADetectorVerifyDetection", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { AcaDetectorDllSafeHandle _acaDllHandle, Guid _moduleId, uint _inputBufSize, IntPtr _buf, UInt64& _startPcValue, UInt64& _endPcValue, IntPtr _acaDetection });
- ===END SIGNATURE===
- Method: GetAcaDetectorApiVersion
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("GetAcaDetectorApiVersion", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { AcaDetectorDllSafeHandle _acaDllHandle, UInt32& _major, UInt32& _minor });
- ===END SIGNATURE===
- Method: GetLibraryVersion
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\intcoed.inf_amd64_0f43cda6a2474b5c\AS\IAS\IntelAudioService.exe");
- Type t = asm.GetType("IntelAudioService.Aca.AcaDetectorDll.AcaDetectorDllMethods", true);
- var methodInfo = t.GetMethod("GetLibraryVersion", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { AcaDetectorDllSafeHandle _acaDllHandle, UInt32& _major, UInt32& _minor, UInt32& _build, UInt32& _revision });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, IntPtr lpInfo });
- ===END SIGNATURE===
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, SERVICE_FAILURE_ACTIONS& sfa });
- ===END SIGNATURE===
- Method: OpenSCManager
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenSCManager", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string machineName, string databaseName, uint dwAccess });
- ===END SIGNATURE===
- Method: OpenService
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenService", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess });
- ===END SIGNATURE===
- Method: CloseServiceHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("CloseServiceHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hSCObject });
- ===END SIGNATURE===
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hServiceStatus, SERVICE_STATUS& lpServiceStatus });
- ===END SIGNATURE===
- Method: LsaOpenPolicy
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaOpenPolicy", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { LSA_UNICODE_STRING& SystemName, LSA_OBJECT_ATTRIBUTES& ObjectAttributes, int DesiredAccess, IntPtr& PolicyHandle });
- ===END SIGNATURE===
- Method: LsaAddAccountRights
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaAddAccountRights", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr PolicyHandle, IntPtr AccountSid, LSA_UNICODE_STRING[] UserRights, uint CountOfRights });
- ===END SIGNATURE===
- Method: FreeSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("FreeSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LookupAccountName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LookupAccountName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpSystemName, string lpAccountName, IntPtr psid, Int32& cbsid, StringBuilder domainName, Int32& cbdomainLength, Int32& use });
- ===END SIGNATURE===
- Method: IsValidSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("IsValidSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LsaClose
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaClose", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr ObjectHandle });
- ===END SIGNATURE===
- Method: LsaNtStatusToWinError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaNtStatusToWinError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { uint status });
- ===END SIGNATURE===
- Method: SetStdHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("SetStdHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { int device, IntPtr handle });
- ===END SIGNATURE===
- Method: CreateProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("CreateProcess", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: AttachConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("AttachConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { uint dwProcessId });
- ===END SIGNATURE===
- Method: FreeConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FreeConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetConsoleCtrlHandler
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("SetConsoleCtrlHandler", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { ConsoleCtrlDelegate HandlerRoutine, bool Add });
- ===END SIGNATURE===
- Method: GenerateConsoleCtrlEvent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KAPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("GenerateConsoleCtrlEvent", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { CtrlTypes dwCtrlEvent, uint dwProcessGroupId });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KillerLU.exe
- Method: FreeConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KillerLU.exe");
- Type t = asm.GetType("KillerLU.KillerLU", true);
- var methodInfo = t.GetMethod("FreeConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: AllocConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KillerLU.exe");
- Type t = asm.GetType("KillerLU.KillerLU", true);
- var methodInfo = t.GetMethod("AllocConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, IntPtr lpInfo });
- ===END SIGNATURE===
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, SERVICE_FAILURE_ACTIONS& sfa });
- ===END SIGNATURE===
- Method: OpenSCManager
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenSCManager", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string machineName, string databaseName, uint dwAccess });
- ===END SIGNATURE===
- Method: OpenService
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenService", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess });
- ===END SIGNATURE===
- Method: CloseServiceHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("CloseServiceHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hSCObject });
- ===END SIGNATURE===
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hServiceStatus, SERVICE_STATUS& lpServiceStatus });
- ===END SIGNATURE===
- Method: LsaOpenPolicy
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaOpenPolicy", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { LSA_UNICODE_STRING& SystemName, LSA_OBJECT_ATTRIBUTES& ObjectAttributes, int DesiredAccess, IntPtr& PolicyHandle });
- ===END SIGNATURE===
- Method: LsaAddAccountRights
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaAddAccountRights", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr PolicyHandle, IntPtr AccountSid, LSA_UNICODE_STRING[] UserRights, uint CountOfRights });
- ===END SIGNATURE===
- Method: FreeSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("FreeSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LookupAccountName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LookupAccountName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpSystemName, string lpAccountName, IntPtr psid, Int32& cbsid, StringBuilder domainName, Int32& cbdomainLength, Int32& use });
- ===END SIGNATURE===
- Method: IsValidSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("IsValidSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LsaClose
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaClose", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr ObjectHandle });
- ===END SIGNATURE===
- Method: LsaNtStatusToWinError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaNtStatusToWinError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { uint status });
- ===END SIGNATURE===
- Method: SetStdHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("SetStdHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { int device, IntPtr handle });
- ===END SIGNATURE===
- Method: CreateProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("CreateProcess", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: AttachConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("AttachConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { uint dwProcessId });
- ===END SIGNATURE===
- Method: FreeConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FreeConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetConsoleCtrlHandler
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("SetConsoleCtrlHandler", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { ConsoleCtrlDelegate HandlerRoutine, bool Add });
- ===END SIGNATURE===
- Method: GenerateConsoleCtrlEvent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KNDBWMService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("GenerateConsoleCtrlEvent", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { CtrlTypes dwCtrlEvent, uint dwProcessGroupId });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, IntPtr lpInfo });
- ===END SIGNATURE===
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, SERVICE_FAILURE_ACTIONS& sfa });
- ===END SIGNATURE===
- Method: OpenSCManager
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenSCManager", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string machineName, string databaseName, uint dwAccess });
- ===END SIGNATURE===
- Method: OpenService
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenService", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess });
- ===END SIGNATURE===
- Method: CloseServiceHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("CloseServiceHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hSCObject });
- ===END SIGNATURE===
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hServiceStatus, SERVICE_STATUS& lpServiceStatus });
- ===END SIGNATURE===
- Method: LsaOpenPolicy
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaOpenPolicy", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { LSA_UNICODE_STRING& SystemName, LSA_OBJECT_ATTRIBUTES& ObjectAttributes, int DesiredAccess, IntPtr& PolicyHandle });
- ===END SIGNATURE===
- Method: LsaAddAccountRights
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaAddAccountRights", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr PolicyHandle, IntPtr AccountSid, LSA_UNICODE_STRING[] UserRights, uint CountOfRights });
- ===END SIGNATURE===
- Method: FreeSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("FreeSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LookupAccountName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LookupAccountName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpSystemName, string lpAccountName, IntPtr psid, Int32& cbsid, StringBuilder domainName, Int32& cbdomainLength, Int32& use });
- ===END SIGNATURE===
- Method: IsValidSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("IsValidSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LsaClose
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaClose", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr ObjectHandle });
- ===END SIGNATURE===
- Method: LsaNtStatusToWinError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaNtStatusToWinError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { uint status });
- ===END SIGNATURE===
- Method: SetStdHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("SetStdHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { int device, IntPtr handle });
- ===END SIGNATURE===
- Method: CreateProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("CreateProcess", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: AttachConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("AttachConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { uint dwProcessId });
- ===END SIGNATURE===
- Method: FreeConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FreeConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetConsoleCtrlHandler
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("SetConsoleCtrlHandler", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { ConsoleCtrlDelegate HandlerRoutine, bool Add });
- ===END SIGNATURE===
- Method: GenerateConsoleCtrlEvent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\KSPSService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("GenerateConsoleCtrlEvent", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { CtrlTypes dwCtrlEvent, uint dwProcessGroupId });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, IntPtr lpInfo });
- ===END SIGNATURE===
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, SERVICE_FAILURE_ACTIONS& sfa });
- ===END SIGNATURE===
- Method: OpenSCManager
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenSCManager", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string machineName, string databaseName, uint dwAccess });
- ===END SIGNATURE===
- Method: OpenService
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenService", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess });
- ===END SIGNATURE===
- Method: CloseServiceHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("CloseServiceHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hSCObject });
- ===END SIGNATURE===
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hServiceStatus, SERVICE_STATUS& lpServiceStatus });
- ===END SIGNATURE===
- Method: LsaOpenPolicy
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaOpenPolicy", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { LSA_UNICODE_STRING& SystemName, LSA_OBJECT_ATTRIBUTES& ObjectAttributes, int DesiredAccess, IntPtr& PolicyHandle });
- ===END SIGNATURE===
- Method: LsaAddAccountRights
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaAddAccountRights", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr PolicyHandle, IntPtr AccountSid, LSA_UNICODE_STRING[] UserRights, uint CountOfRights });
- ===END SIGNATURE===
- Method: FreeSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("FreeSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LookupAccountName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LookupAccountName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpSystemName, string lpAccountName, IntPtr psid, Int32& cbsid, StringBuilder domainName, Int32& cbdomainLength, Int32& use });
- ===END SIGNATURE===
- Method: IsValidSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("IsValidSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LsaClose
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaClose", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr ObjectHandle });
- ===END SIGNATURE===
- Method: LsaNtStatusToWinError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaNtStatusToWinError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { uint status });
- ===END SIGNATURE===
- Method: SetStdHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("SetStdHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { int device, IntPtr handle });
- ===END SIGNATURE===
- Method: CreateProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("CreateProcess", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: AttachConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("AttachConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { uint dwProcessId });
- ===END SIGNATURE===
- Method: FreeConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FreeConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetConsoleCtrlHandler
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("SetConsoleCtrlHandler", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { ConsoleCtrlDelegate HandlerRoutine, bool Add });
- ===END SIGNATURE===
- Method: GenerateConsoleCtrlEvent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendSoftAPService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("GenerateConsoleCtrlEvent", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { CtrlTypes dwCtrlEvent, uint dwProcessGroupId });
- ===END SIGNATURE===
- -------------
- -------------
- [FILE] C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, IntPtr lpInfo });
- ===END SIGNATURE===
- Method: ChangeServiceConfig2
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("ChangeServiceConfig2", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hService, SERVICE_CONFIG_INFOLEVEL dwInfoLevel, SERVICE_FAILURE_ACTIONS& sfa });
- ===END SIGNATURE===
- Method: OpenSCManager
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenSCManager", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string machineName, string databaseName, uint dwAccess });
- ===END SIGNATURE===
- Method: OpenService
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("OpenService", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess });
- ===END SIGNATURE===
- Method: CloseServiceHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("CloseServiceHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hSCObject });
- ===END SIGNATURE===
- Method: SetServiceStatus
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("SetServiceStatus", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr hServiceStatus, SERVICE_STATUS& lpServiceStatus });
- ===END SIGNATURE===
- Method: LsaOpenPolicy
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaOpenPolicy", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { LSA_UNICODE_STRING& SystemName, LSA_OBJECT_ATTRIBUTES& ObjectAttributes, int DesiredAccess, IntPtr& PolicyHandle });
- ===END SIGNATURE===
- Method: LsaAddAccountRights
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaAddAccountRights", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr PolicyHandle, IntPtr AccountSid, LSA_UNICODE_STRING[] UserRights, uint CountOfRights });
- ===END SIGNATURE===
- Method: FreeSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("FreeSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Void result = (System.Void) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LookupAccountName
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LookupAccountName", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpSystemName, string lpAccountName, IntPtr psid, Int32& cbsid, StringBuilder domainName, Int32& cbdomainLength, Int32& use });
- ===END SIGNATURE===
- Method: IsValidSid
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("IsValidSid", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { IntPtr pSid });
- ===END SIGNATURE===
- Method: LsaClose
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaClose", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { IntPtr ObjectHandle });
- ===END SIGNATURE===
- Method: LsaNtStatusToWinError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Advapi32", true);
- var methodInfo = t.GetMethod("LsaNtStatusToWinError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.UInt32 result = (System.UInt32) methodInfo.Invoke(null, new object[] { uint status });
- ===END SIGNATURE===
- Method: SetStdHandle
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("SetStdHandle", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { int device, IntPtr handle });
- ===END SIGNATURE===
- Method: CreateProcess
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("CreateProcess", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, STARTUPINFO& lpStartupInfo, PROCESS_INFORMATION& lpProcessInformation });
- ===END SIGNATURE===
- Method: GetLastError
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.Kernel32", true);
- var methodInfo = t.GetMethod("GetLastError", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Int32 result = (System.Int32) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: FindWindow
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FindWindow", System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static );
- System.IntPtr result = (System.IntPtr) methodInfo.Invoke(null, new object[] { string lpClassName, string lpWindowName });
- ===END SIGNATURE===
- Method: AttachConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("AttachConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { uint dwProcessId });
- ===END SIGNATURE===
- Method: FreeConsole
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("FreeConsole", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { });
- ===END SIGNATURE===
- Method: SetConsoleCtrlHandler
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("SetConsoleCtrlHandler", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { ConsoleCtrlDelegate HandlerRoutine, bool Add });
- ===END SIGNATURE===
- Method: GenerateConsoleCtrlEvent
- ===PARASITE INVOKE SIGNATURE===
- Assembly asm = Assembly.LoadFrom(@"C:\Windows\System32\DriverStore\FileRepository\killernetworkcomponent.inf_amd64_df62915def504522\xTendUtilityService.exe");
- Type t = asm.GetType("winsw.SigIntHelper", true);
- var methodInfo = t.GetMethod("GenerateConsoleCtrlEvent", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static );
- System.Boolean result = (System.Boolean) methodInfo.Invoke(null, new object[] { CtrlTypes dwCtrlEvent, uint dwProcessGroupId });
- ===END SIGNATURE===
- -------------
Advertisement
Add Comment
Please, Sign In to add comment