- MobaXterm X11 forwarding, control multiple SSH sessions at once (multi paste, etc)
- Wireshark Network packet analysis
- RenderDoc, GitHub Answer to "How does a game render things?"
- apitrace trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file (RenderDoc for DirectX 9)
- ProcMon What is a program doing? Which program access a file/network/registry/starts a process etc...
- API Monitor v2 (Alpha) API Monitor is a free software that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.
- ILSpy .NET DEcompiler
- http://reflexil.net/
Reflexil is an assembly editor and runs as a plug-in for Red Gate's Reflector, ILSpy and Telerik's JustDecompile. Reflexil is using Mono.Cecil, written by Jb Evain and is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports C#/VB.NET code injection.
- http://reflexil.net/
- Coloring
- Decode as (when using a protocol on a non-default port)
- Reference timestamps (use Display: since beginning of capture)
Filters over the same attribute are ORed together. Then, they are ANDed over the different attributes.
Shortcuts
- Ctrl-E Pause/Start filtering
- Ctrl-X Clear current recording (pause first for better performance)
- Ctrl-L Open Filters
Other handy things
- Right-Click a particular value, allows to quickly add an Include/Exclude filter/highlight for the current attribute value.
Tools -> Process Tree See the process tree over time, which process started which child-process, with which command, env variables etc. Attention: I think double-clicking applies a filter.