Tag

packet manipulation

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Apr 6, 2025 · Operations

Simulate Unreliable Networks on Windows with the Free Clumsy Tool

This guide explains how the open‑source Windows utility Clumsy can intercept and manipulate network packets—adding delay, loss, throttling, duplication or reordering—to let developers and operations engineers test application resilience under adverse network conditions.

Clumsynetwork simulationnetwork testing
0 likes · 6 min read
Simulate Unreliable Networks on Windows with the Free Clumsy Tool
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Nov 1, 2024 · Information Security

Traditional Game Cheating Techniques, Anti‑Cheat Countermeasures, and the Rise of AI‑Based Cheats

The article surveys classic FPS cheating methods—memory editing, packet manipulation, and macro simulation—explains their technical implementations and anti‑cheat defenses, then examines how AI and machine‑learning are reshaping both cheat creation and detection, concluding with recommendations for staying ahead of cheat developers.

AI cheatInformation Securityanti-cheat
0 likes · 17 min read
Traditional Game Cheating Techniques, Anti‑Cheat Countermeasures, and the Rise of AI‑Based Cheats
Ops Development Stories
Ops Development Stories
May 18, 2021 · Information Security

Master Scapy: Build, Send, and Analyze Packets with Python

This guide introduces Scapy, a powerful interactive Python packet manipulation tool, covering installation, basic usage, packet creation, sending and receiving functions, layer inspection, packet export formats, sniffing, and advanced features such as sprintf and custom packet handlers, enabling network testing, analysis, and security tasks.

PythonScapynetwork security
0 likes · 18 min read
Master Scapy: Build, Send, and Analyze Packets with Python