chromium-ipc-sniffer icon indicating copy to clipboard operation
chromium-ipc-sniffer copied to clipboard

A tool to capture communication between Chromium processes on Windows

Results 3 chromium-ipc-sniffer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11458759/132368165-4b19a5a4-7ceb-49a8-b10b-2a245bfdc9a5.png) Above methods should actually be `CompositorFrameSinkClient.OnBeginFrame` and `CompositorFrameSink.SubmitCompositorFrame`. Apparently it's happening because now clang may group similar globals together in the same file: ![image](https://user-images.githubusercontent.com/11458759/132369018-ca756ae0-5531-40d8-8410-27c90992d71b.png) which breaks the way [MojoMethodHashesExtractor](https://github.com/tomer8007/chromium-ipc-sniffer/blob/2e715f1971f80cb54240784f5a21626a11f7570b/Chrome%20IPC%20Sniffer/Chrome/MojoMethodHashesExtractor.cs#L12)...

bug

I need capture libcef mojo message.Can you support it? thank you!

First of all, thank you for providing the tools. I have encountered some problems while using them. I have compiled a debug version of Chromium myself and have corrected the...