Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

test

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 1,22 sec, absolute service time: 1,26 sec  
fork mode |  history  | discussion
Error(s):
source_file.cpp(2): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
source_file.cpp(2): error C2146: syntax error: missing ';' before identifier 'NTAPI'
source_file.cpp(9): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
source_file.cpp(9): error C2086: 'int NTSTATUS': redefinition
source_file.cpp(2): note: see declaration of 'NTSTATUS'
source_file.cpp(9): error C2146: syntax error: missing ';' before identifier 'NTAPI'
source_file.cpp(12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
source_file.cpp(12): error C2146: syntax error: missing ';' before identifier 'g_hProcess'
source_file.cpp(14): error C2065: 'DWORD': undeclared identifier
source_file.cpp(14): error C2146: syntax error: missing ')' before identifier 'pid'
source_file.cpp(14): error C2143: syntax error: missing ';' before '{'
source_file.cpp(14): error C2447: '{': missing function header (old-style formal list?)
source_file.cpp(15): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture
source_file.cpp(22): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
source_file.cpp(22): error C2146: syntax error: missing ';' before identifier 'CALLBACK'
source_file.cpp(23): error C2143: syntax error: missing ';' before '{'
source_file.cpp(23): error C2447: '{': missing function header (old-style formal list?)
source_file.cpp(55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
source_file.cpp(55): error C2086: 'int HANDLE': redefinition
source_file.cpp(12): note: see declaration of 'HANDLE'
source_file.cpp(55): error C2146: syntax error: missing ';' before identifier 'GetAnonymousToken'
source_file.cpp(56): error C2143: syntax error: missing ';' before '{'
source_file.cpp(56): error C2447: '{': missing function header (old-style formal list?)
source_file.cpp(104): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
source_file.cpp(104): error C2146: syntax error: missing ';' before identifier 'PatchIat'
source_file.cpp(111): error C2143: syntax error: missing ';' before '{'
source_file.cpp(111): error C2447: '{': missing function header (old-style formal list?)
source_file.cpp(244): error C2061: syntax error: identifier 'DWORD'
source_file.cpp(248): error C2061: syntax error: identifier 'DWORD'
source_file.cpp(251): error C2065: 'c': undeclared identifier
source_file.cpp(251): error C3861: 'printf': identifier not found
source_file.cpp(252): error C2065: 'c': undeclared identifier
source_file.cpp(254): error C3861: 'GetAnonymousToken': identifier not found
source_file.cpp(254): error C3861: 'SetThreadToken': identifier not found
source_file.cpp(254): error C3861: 'printf': identifier not found
source_file.cpp(257): error C2065: 'c': undeclared identifier
source_file.cpp(257): error C2065: 'd': undeclared identifier
source_file.cpp(258): error C3861: 'RevertToSelf': identifier not found
source_file.cpp(264): error C2065: 'BOOL': undeclared identifier
source_file.cpp(264): error C2146: syntax error: missing ';' before identifier 'is_wow64'
source_file.cpp(264): error C2065: 'is_wow64': undeclared identifier
source_file.cpp(264): error C2065: 'FALSE': undeclared identifier
source_file.cpp(265): error C3861: 'GetCurrentProcess': identifier not found
source_file.cpp(265): error C2065: 'is_wow64': undeclared identifier
source_file.cpp(265): error C3861: 'IsWow64Process': identifier not found
source_file.cpp(267): error C3861: 'printf': identifier not found
source_file.cpp(271): error C2065: 'PVOID': undeclared identifier
source_file.cpp(271): error C2146: syntax error: missing ';' before identifier 'hook'
source_file.cpp(271): error C2065: 'hook': undeclared identifier
source_file.cpp(272): error C2146: syntax error: missing ';' before identifier 'hr'
source_file.cpp(272): error C2065: 'hr': undeclared identifier
source_file.cpp(272): error C3861: 'GetModuleHandle': identifier not found
source_file.cpp(272): error C2065: 'hook': undeclared identifier
source_file.cpp(272): error C3861: 'PatchIat': identifier not found
source_file.cpp(273): error C2065: 'hr': undeclared identifier
source_file.cpp(273): error C3861: 'FAILED': identifier not found
source_file.cpp(275): error C2065: 'hr': undeclared identifier
source_file.cpp(275): error C3861: 'printf': identifier not found
source_file.cpp(279): error C2065: 'hook': undeclared identifier
source_file.cpp(280): error C2065: 'hook': undeclared identifier
source_file.cpp(280): error C3861: 'GetModuleHandle': identifier not found
source_file.cpp(280): error C3861: 'GetProcAddress': identifier not found
source_file.cpp(280): error C3861: 'printf': identifier not found
source_file.cpp(282): error C2146: syntax error: missing ';' before identifier 'hThread'
source_file.cpp(282): error C2065: 'hThread': undeclared identifier
source_file.cpp(282): error C2065: 'CaptureAndSuspendProcess': undeclared identifier
source_file.cpp(282): error C3861: 'CreateThread': identifier not found
source_file.cpp(284): error C3861: 'Sleep': identifier not found
source_file.cpp(286): error C2065: 'STARTUPINFO': undeclared identifier
source_file.cpp(286): error C2146: syntax error: missing ';' before identifier 'startInfo'
source_file.cpp(286): error C2065: 'startInfo': undeclared identifier
source_file.cpp(287): error C2065: 'startInfo': undeclared identifier
source_file.cpp(287): error C2228: left of '.cb' must have class/struct/union
source_file.cpp(287): note: type is 'unknown-type'
source_file.cpp(288): error C2065: 'PROCESS_INFORMATION': undeclared identifier
source_file.cpp(288): error C2146: syntax error: missing ';' before identifier 'procInfo'
source_file.cpp(288): error C2065: 'procInfo': undeclared identifier
source_file.cpp(289): error C2065: 'WCHAR': undeclared identifier
source_file.cpp(289): error C2146: syntax error: missing ';' before identifier 'cmdline'
source_file.cpp(289): error C2065: 'cmdline': undeclared identifier
source_file.cpp(289): error C2059: syntax error: ']'
source_file.cpp(291): error C2065: 'cmdline': undeclared identifier
source_file.cpp(291): error C2065: 'FALSE': undeclared identifier
source_file.cpp(291): error C2065: 'startInfo': undeclared identifier
source_file.cpp(291): error C2065: 'procInfo': undeclared identifier
source_file.cpp(291): error C3861: 'CreateProcess': identifier not found
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64

        

    
                
λ
.NET NoSQL database for rapid development