Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Question about Windows Events

I was talking with an employee the other day and I remember them mentioning a tool that we use that enables you to see what messages the OS sends/receives when an event occurs (for example, when a link is clicked in Internet Explorer (or another browser)).

Can somebody please tell me what this app is called?

like image 256
Tommy Avatar asked Feb 09 '10 16:02

Tommy


People also ask

For what reason is Event Viewer used in Windows?

Microsoft Windows Server Event Viewer is a monitoring tool that shows a log of events that can be used to troubleshoot issues on a Windows-based system. The Event Viewer displays information about application, security-related, system and setup events.

How do Windows events work?

At their core, Windows event logs are records of events that have occurred on a computer running the Windows operating system. These records contain information regarding actions that have taken place on the installed applications, the computer, and the system itself.


2 Answers

It's called Spy++, and it's included with Visual Studio and the Windows SDK.

like image 57
SLaks Avatar answered Sep 30 '22 06:09

SLaks


You can indeed use Spy++ like @SLaks suggested, but if it's specifically to spy on winforms apps (like your tags suggest), I'd recommend Managed Spy. Also from Microsoft and with source code.

like image 29
fretje Avatar answered Sep 30 '22 08:09

fretje