Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Windows GetAsyncKeyState API Call

$
0
0
Detected 1 occurrence(s) of ‘GetAsyncKeyState\(‘: #include <windows.h> #include <iostream> int main() { bool exit = false; while(exit == false) { if (GetAsyncKeyState(VK_ESCAPE)) { exit = true; } std::cout<<"press esc to exit! "<<std::endl; } std::cout<<"exited: "<<std::endl; return 0; } char c; while (cin >> c) { ... } #include <conio.h> #include <iostream> int Source: http://pastebin.com/raw.php?i=cWduH1Ah

Viewing all articles
Browse latest Browse all 2834

Trending Articles