Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
AVX-Side-Channel — AVX-Based Timing Side Channel — ASLR Detection | Kitploit
Tools/GitHubGitHub/bytereaper77/avx-side-channel
Vulnerability AnalysisInformation GatheringHardware SecurityLearning & Education
GitHubbytereaper77/avx-side-channel

AVX-Side-Channel

AVX-Based Timing Side Channel — ASLR Detection

View Repository
131 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

AVX-Based Timing Side Channel — ASLR Detection

Author: Byte Reaper

Description

script that demonstrates ASLR detection using an AVX memory load + RDTSCP timing and optional SIGSEGV detection.

Requirements :

  • Linux x86_64
  • GCC with -mavx2
  • CPU that supports AVX2 and RDTSCP

Build :

root@kitploit:~
gcc -mavx2 -O2 file.c -o AVX-Side-Channel
./AVX-Side-Channel

Quick output (examples)

  • Fast access → ASLR not detected
  • Slow access or SIGSEGV → ASLR detected

Notes

  • D_C is a default threshold — calibrate per machine for reliable results.

License :

MIT

Download Tool