mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 12:36:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			404 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			404 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.reports.hijack
 | |
| {
 | |
|     public sealed class HijackMacOS : IHijack
 | |
|     {
 | |
|         public ulong UdpSend => 0;
 | |
| 
 | |
|         public ulong UdpReceive => 0;
 | |
| 
 | |
|         public ulong TcpSend => 0;
 | |
| 
 | |
|         public ulong TcpReceive => 0;
 | |
| 
 | |
|         public void SetRules()
 | |
|         {
 | |
|         }
 | |
| 
 | |
|         public void Start()
 | |
|         {
 | |
|         }
 | |
| 
 | |
|         public void Stop()
 | |
|         {
 | |
|         }
 | |
|     }
 | |
| }
 | 
