c#
Covert timing channels [on hold]
I want to define a covert timing channel between 2 processes written in C# by measuring the CPU usage of one of the processes by another one. The problem is that I don't know how to synchronize these 2 processes, I mean for example I want to send 111000 by starting and killing one of the processes and the other one will get this sequence by measuring the CPU usage of that one. Actually I have 2 separate and independent processes and I want to find a covert timing channel between them and then one of them sends information through this channel to the other one. Thank you in advance.
Related Links
Creation of Builders in Builder Pattern
What is an IoC child container and how are they used?
Detecting if two images are similar
C# Stop Person From Typing In Option In Drop Down Combo Box
Prompt Dialog in Windows Forms
simple question about Enums
Push notifications for desktop apps?
Handler Image Display on Null Problem
C++/CLI wrapper for native C/C++ code, unable to load in Unity3D
Use Constraint delaunay triangulation to Triangulate a Polygon
How to send data when using Oracle Change notification from Data Access layer to Application layer
MenuItem.Icon loses its image
c# event handler on a listview
c# search ms access db by ID
Simplest way to make cross-appdomain call?
How to get all memory address space used by a process?