All
Articles 112,027Blog Posts 121,764Tech Tutorials 28,556Research Papers 23,052News 16,680
⚡ AI Lessons

Dev.to · JM00NJ
6d ago
VESQER: A DPCM+RLE Hybrid Compressor in Pure x64 Assembly
The Origin Story At 5 AM, while brainstorming ways to minimize the wire footprint of a...

Dev.to · JM00NJ
6d ago
memfd_create: Anonymous RAM Files and Volatile Storage in x64 Assembly
Research Context "In high-performance computing and modern system auditing, reducing disk...

Dev.to · JM00NJ
6d ago
Linux x64 Assembly: Syscalls, Registers, and the .bss Segment
Research Context If you are messing around with Assembly, the most direct way to talk to...

Dev.to · JM00NJ
1w ago
Linux sends ICMP Echo with 56-byte payload + 8-byte header = 64 bytes total. Windows uses 32 bytes. NDR systems fingerprint hosts by these defaults — before any exploit lands. This post shows how to mimic any OS at the raw socket level.
Network Fingerprinting: Analyzing Default ICMP Structures and Payload Mimicry ...

Dev.to · JM00NJ
1w ago
Network Fingerprinting: Analyzing Default ICMP Structures and Payload Mimicry
Research Context "In advanced network observability, understanding the default behavior of...

Dev.to · JM00NJ
🔧 Backend Engineering
⚡ AI Lesson
1w ago
Solving IP Endianness in x64 Assembly: A Single-Pass Algorithm
Research Context When doing low-level network programming in Assembly, you experience...
DeepCamp AI