Blog
华为C++编程规范
Friday, June 28, 2024 in Blog
Categories:
华为C++编程规范 C++语言编程规范 目的 规则并不是完美的,通过禁止在特定情况下有用的特性,可能会对代码实现造成影响。但是我们制定规则的目的“为了大多数程序员可以得到更多的好处”, 如果在团队运作中认为某个规则无法遵循,希望可以共同改进该规则。 参考该规范之前,希望您具有相应的C++语言基础能力,而不是通过该文档来学习C++语言。 了解C++语言的ISO标准; 熟知C++语言的基本语言特性,包括C++ 03/11/14/17相关特性; 了解C++语言的标准库; 总体原则 代码需要在保证功能 …
为什么不应该把TCP思维套在UDP上
Friday, June 28, 2024 in Blog
Categories:
为什么不应该把TCP思维套在UDP上 为什么不应该把 TCP 思维套在 UDP 上? 结构差异 TCP 上的概念很多: 建立通路, 资源使用, 数据传输, 可靠传输, 基于重复累计确认的重传, 超时重传, 校验和, 流量控制, 拥塞控制, 最大分段大小, 选择确认, TCP 窗口缩放选项, TCP 时间戳, 强制数据递交, 终结通路. 以上这些能力, UDP 基本上都没有, 它仅比链路层多一点区分应用层目的的能力. UDP 足够简单意味着足够灵活. 如果可能发生,则一定会发生 墨菲定律: 如果 …
OpenVPN non funziona
Friday, June 28, 2024 in Blog
Categories:
Configurazione OpenVPN Configurazione OpenVPN Script di utilità openvpn-install Configurazione del Firewall di Windows New-NetFirewallRule -DisplayName "@openvpn" -Direction Inbound -RemoteAddress 10.8.0.1/24 -Action Allow …
Comprendere la rete di Windows_WFP
Friday, June 28, 2024 in Blog
Categories:
Comprendere la rete di Windows_WFP Comprendere la rete di Windows Comprendere la rete di Windows WFP Spiegazione dei termini https://learn.microsoft.com/en-us/windows/win32/fwp/object-model …
Comprensione del Tracciamento Eventi Windows_ETW
Friday, June 28, 2024 in Blog
Categories:
Comprensione del Tracciamento Eventi Windows_ETW Comprensione di ETW Filtrate alcune informazioni non necessarie, consultare la documentazione completa: https://docs.microsoft.com/en-us/windows/win32/etw/event-tracing-portal Comprensione delle Basi …
Configurazione wireguard
Friday, June 28, 2024 in Blog
Categories:
Configurazione wireguard Configurazione wireguard Configurazione firewall wireguard /installtunnelservice <wg_conf_path> wg show Get-NetConnectionProfile Get-NetAdapter Get-NetFirewallProfile Set-NetFirewallProfile -Profile …
Windows阻断网络流量获取
Friday, June 28, 2024 in Blog
Categories:
Windows阻断网络流量获取 Windows 阻断网络流量获取 Windows 阻断网络流量获取 搭建测试工程 通过审计获取 block 事件 获取 provider 信息 构造 block 事件 监控网络事件(NET_EVENT) 监控网络链接(NetConnection) Application Layer Enforcement(ALE)介绍 编码 结论 附录 WFP 体系结构 数据流 参考链接 需要识别出被阻断的流量, 被阻断的流量包括出站入站方向. 阻断的两种形式, 基于链接 …
Gestione Firewall Windows - netsh
Friday, June 28, 2024 in Blog
Categories:
Gestione Firewall Windows - netsh Gestione Firewall Windows - netsh Strumenti di gestione netsh advfirewall # Esporta regole firewall netsh advfirewall export advfirewallpolicy.wfw # Importa regole firewall netsh advfirewall import …
Risorse relative a Windows
Friday, June 28, 2024 in Blog
Categories:
Risorse relative a Windows Risorse relative a Windows Risorse relative a Windows Sezione Strumenti Monitoraggio & Analisi Strumenti AntiRootkit Strumenti PE Reverse & Debug Strumenti di Iniezione Rete Strumenti di Test delle Prestazioni …
Guida di Windows
Friday, June 28, 2024 in Blog
Categories:
Guida di Windows Windows [Win-to-go] [Comprensione del file system Windows] [Comprensione dei processi Windows] [Risorse correlate a Windows] [Gestione avanzata di Windows] [Gestione del firewall di Windows - netsh] [Interruzione …