Blogs

Posts in 2024
  • Huawei C++ Coding Standards

    Friday, June 28, 2024 in Chat

    Huawei C++ Coding Standards C++ Language Coding Standards Purpose Rules are not perfect; by prohibiting features useful in specific situations, they may impact code implementation. However, the purpose of establishing rules is “to benefit the …

    Read more

  • Some Characteristics of China Telecom IPv6

    Friday, June 28, 2024 in Network

    Some Characteristics of China Telecom IPv6 Some Characteristics of China Telecom IPv6 IPv6 has been fully rolled out nationwide; the IPv6 address pool is large enough for each of every individual’s devices to obtain its own IPv6 address. To actually …

    Read more

  • Why we should not think of UDP in terms of TCP

    Friday, June 28, 2024 in Network

    Why we should not think of UDP in terms of TCP Why we should not think of UDP in terms of TCP? Structural Differences TCP has many concepts: connection establishment, resource usage, data transfer, reliable delivery, retransmission based on …

    Read more

  • openvpn network connectivity issues

    Friday, June 28, 2024 in Tricky Issues

    openvpn configuration openvpn configuration Tool script openvpn-install Windows firewall configuration New-NetFirewallRule -DisplayName "@openvpn" -Direction Inbound -RemoteAddress 10.8.0.1/24 -Action Allow New-NetFirewallRule -DisplayName …

    Read more

  • Understanding Windows Networking_WFP

    Friday, June 28, 2024 in windows

    Understanding Windows Networking_WFP Understanding Windows Networking Understanding Windows Networking WFP Terminology https://learn.microsoft.com/en-us/windows/win32/fwp/object-model …

    Read more

  • Understanding Windows Event Tracing (ETW)

    Friday, June 28, 2024 in windows

    Understanding Windows Event Tracing (ETW) Understanding ETW Some unnecessary information has been filtered out; see the complete documentation at: https://docs.microsoft.com/en-us/windows/win32/etw/event-tracing-portal Understanding the Basics …

    Read more

  • wireguard configuration

    Friday, June 28, 2024 in windows

    wireguard configuration wireguard Configuration Firewall Configuration wireguard /installtunnelservice <wg_conf_path> wg show Get-NetConnectionProfile Get-NetAdapter Get-NetFirewallProfile Set-NetFirewallProfile -Profile domain,public,private …

    Read more

  • Windows Blocking Network Traffic Capture

    Friday, June 28, 2024 in windows

    Windows Blocking Network Traffic Capture Windows Blocking Network Traffic Capture Windows Blocking Network Traffic Capture Setting Up a Test Project Capturing Block Events via Auditing Obtaining Provider Information Triggering a Block Event …

    Read more

  • Windows Firewall Management – netsh

    Friday, June 28, 2024 in windows

    Windows Firewall Management – netsh Windows Firewall Management – netsh Management Tools netsh advfirewall # Export firewall rules netsh advfirewall export advfirewallpolicy.wfw # Import firewall rules netsh advfirewall import advfirewallpolicy.wfw …

    Read more

  • Windows Resources

    Friday, June 28, 2024 in windows

    Windows Resources Windows Resources Collection Windows Resources Collection Tools Monitoring & Analysis AntiRootkit Tools PE Tools Reverse & Debug Injection Tools Network Stress Testing Tools Others Code Operating System Kernel Examples VT …

    Read more